SFML / cmake-sfml-project

Repository template for SFML projects using CMake
Other
315 stars 197 forks source link

Add branch that includes ImGui and SFML-ImGui #17

Closed ChrisThrasher closed 1 year ago

ChrisThrasher commented 1 year ago

It takes another ~10 lines of CMake to incorporate those two projects plus some tweaks to main.cpp to demonstrate basic usage. It may be worth adding a branch that demonstrates that so those who want to use ImGui have something to reference. The build instructions would be the same.

ChrisThrasher commented 1 year ago

https://github.com/SFML/cmake-sfml-project/tree/imgui-sfml

That wasn't too bad.