A set of examples for the usage of the sgltk library.
This is a collection of examples intended to show how to use sgltk.
1. `conan install . --output-folder=build --build=missing`
2. `cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build/conan_toolchain.cmake`
3. `cmake --build build`
- Esc - quit the example
- M - toggle mouse capture
- W/A/S/D - move the camera forward/left/backward/right
- R/F - move the camera up/down
- Q/E - roll the camera
- Ctrl+F - toggle fullscreen
- L - toggle wireframe models
- P - recompile shaders
Depending on the example some of these controls might not be available.

