Question about application design. #4551
teplandr
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 0 comments
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.
-
Hello. I apologize if I ask a question in the wrong place.
I am designing the Photoshop analog using ImGui. I update state of application every frame, even if there is no changes. But there are some computationally expensive operations and I want to update state of application only when something is changed. However when you have several control panels and trying to check their state you get ugly code which is difficult to support. I am aware of signal-slot paradigm in Qt and may be I need something like that. What design patterns or approaches should I use in this situation? May be there are some examples which I can not find.
Thanks for the great library, @ocornut and the community!
Beta Was this translation helpful? Give feedback.
All reactions