TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
https://thelartians.github.io/ModernCppStarter
The Unlicense
4.33k stars 381 forks source link

GUI design #157

Closed OND10 closed 2 years ago

TheLartians commented 2 years ago

Not sure I understand the intent of this issue, but if you want a starter with basics for GUIs, check out the gui_starter_template, which comes with a basic SDL example.