Replies: 1 comment
-
I think you need to wrap your head around immediate mode a bit better: https://docs.rs/egui/latest/egui/#understanding-immediate-mode |
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
-
For example, I'm using Bevy and I have multiple systems. In one system I want to create the UI. In the next I would like to access the Central Panel and either change or add to the UI contents. Is this possible?
I have a feeling I may be thinking about the design all wrong; but no matter what I come up with, my "show_ui" system (the one that creates the panels) ends up being enormous.
Beta Was this translation helpful? Give feedback.
All reactions