Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ClementDrn/SEL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple but Essential Library (SEL)

Description

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.

Features

The library features:

  • Math classes including random number generation, vectors and matrices.
  • Classes to help developers with threads.
  • Many other utility classes and functions.

How to use

First, clone the repository.

git clone https://github.com/ClementDrn/SEL

Then, 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>

License

This library is licensed under the MIT license.

About

Simple but Essential Library (C++)

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages