A collection of easy to use OpenGL tools.
This project's goal is to speed up and make the development of graphical applications easier by providing a layer of abstraction from OpenGL.
Required:
Optional:
1. `mkdir -p build`
2. `cd build`
3. `conan create .. --build=missing`
If you are linking against the static version of sgltk on a Windows system, you will have to define SGLTK_STATIC. Otherwise just link against sgltk like you would do it with any other 3rd party library.
The documentation is available here.
The examples are available here.


