Replies: 4 comments 13 replies
-
the commit title Refactoring codebase to abstract away the ImGui logic from our application logic. Supports Object-Oriented Design seems to capture the goal of this fork quite well. Did I get this right? |
Beta Was this translation helpful? Give feedback.
-
Concept explained on https://en.wikipedia.org/wiki/Immediate_mode_(computer_graphics)#Immediate_mode_GUI Implementation for C++ on https://github.com/ocornut/imgui/wiki Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
I guess the real question is - is it worth proceeding with the Qt interface, or switching across to ImGui? |
Beta Was this translation helpful? Give feedback.
-
I would also agree to hold it off for a while and keep using what we have. |
Beta Was this translation helpful? Give feedback.
-
That said, I was working with some students last year to develop a version based on ImGui Librador:
https://github.com/davidjstark/LabradorENG4701
Seems to be much more performant and stable than the main branch, and significantly less code/dependencies/tech debt.
Originally posted by @EspoTek in #282 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions