EEPP vs IMGUI #143
Enshitification
started this conversation in
General
Replies: 1 comment 2 replies
-
|
It's not very comparable. eepp GUI is retained mode so they're very very different, eepp GUI is more similar to Qt, if you want to compare it with any popular existing library. IMGUI is a fantastic library by the way, but it has different objectives with the tradeoffs of the immediate mode GUIs vs retained. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm ignorant in C++, but I know a project similar to yours:
https://github.com/ocornut/imgui
I don't know anything about your library yet. How is it comparable to IMGUI?
Is it also an immediate mode GUI library?
Beta Was this translation helpful? Give feedback.
All reactions