Replies: 3 comments 5 replies
-
Out of interest, what's up with
It seems that you can customise them to just be a rectangle. Taken from: https://docs.rs/egui/latest/egui/containers/struct.Window.html |
Beta Was this translation helpful? Give feedback.
-
I ran the code (changing Screencast_20250210_213048.webm |
Beta Was this translation helpful? Give feedback.
-
Adding a screen recording as well: The observed behavior is as follows:
This is running on OSX on a MBP. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, hope someone can help me with this:
I'm trying to have UI widgets that are draggable on screen, a bit like windows, but not full-blown windows. So I figured the "Area" struct might be well suited for the task, and yes the resulting widget can be moved around, however I can't get rid of an initial, super annoying stutter / lag when moving the widget. As a repro, I also tried to simply draw a movable box using a "Painter", which is perfectly smooth.
See my code:
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions