SEL is a simple header-only C++ library that aims to help developers by providing multiple classes and functions which are often useful for a lot of projects.
The library features:
- Math classes including random number generation, vectors and matrices.
- Classes to help developers with threads.
- Many other utility classes and functions.
First, clone the repository.
git clone https://github.com/ClementDrn/SELThen, set the include directory as an include directory in your project.
And that is it, easy, right?
You can now use the library by including SEL/sel.hpp or a more specific file like SEL/Maths/Random.hpp.
// Example of include
#include <SEL/Maths/Random.hpp>This library is licensed under the MIT license.