About imgui and cmake #5073
whu-geocat
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 2 comments
-
In my opinion there isn't significant value in Dear ImGui providing its own CMake configuration. It's not a complicated library to build, we're better off providing build-system-agnostic documentation and letting people use what they like. If you need an example of using CMake with Dear ImGui, there are numerous examples. In particular see #255. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Multiple build scripts are listed here: https://github.com/ocornut/imgui/wiki#building--packaging-cruft |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a newer to opengl, and I really like imgui since my first sight on it.
It came to my mind that making an engine is pretty nice. But when I start using imgui, it was confused to me that such a good c++ library but without cmake building script? Sorry for that I am a newer to cmake as well.
Beta Was this translation helpful? Give feedback.
All reactions