C++ gui project template with SDL2 and OpenGL 4.1.
The project uses CMake and Ninja.
Build the application in debug mode:
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -B build/debug
ninja -C build/debug
Run the application:
cd ./build/debug/src/app && ./App
When using Litr, the quick setup to build and run the application is:
litr build,start
Special acknowledgment to the amazing open source font Manrope.