Add branch that includes ImGui and SFML-ImGui
ChrisThrasher opened this issue · 1 comments
ChrisThrasher commented
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
https://github.com/SFML/cmake-sfml-project/tree/imgui-sfml
That wasn't too bad.