Fast and easy to use standalone header only 2D benlib library in C++20.
- Math lib
- Filesystem lib
This project is a header-only library and easy to use, just copy the include/benlib
folder in your project and include the benlib/benlib.hpp
header or via CMake FetchContent_Declare.
See the BUILDING document.
See the CONTRIBUTING document.
You can find here the sources, references, libs and ideas that I have used to make this library.
The list of others benlib implementations that I have benchmarked to compare the performance of my implementation.
Libraries used in this project.