Replies: 1 comment
-
If you just want to paint a circle, use |
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 was wondering if it was possible to place a UI element at a specific point allowing it to overlay other elements. The docs and the video tutorial linked in the docs both create the UI by placing elements one after another and they can't overlap.
What I'm trying to do is to place elements at specific x and y coordinates even if the elements will overlap (for example if I want a circle to follow the mouse cursor, I would want it rendered at mouse x and y coordinates on top of other elements).
Is there a way to achieve this with egui?
Beta Was this translation helpful? Give feedback.
All reactions