TheRawMeatball / ui4

A vdom-free reactive UI lib for the bevy game engine
Apache License 2.0
58 stars 6 forks source link

Visual glitching with `simple` example #2

Open MrGVSV opened 2 years ago

MrGVSV commented 2 years ago

I just downloaded this project and ran the simple example, but got a lot of visual glitching. Is this a known issue?

OS: macOS Big Sur (v11.6) rustc: 1.56.1

https://user-images.githubusercontent.com/49806985/145545927-1fdaef96-3738-4465-ba4b-f9235d80e46c.mp4

TheRawMeatball commented 2 years ago

No, this is quite strange. My guess is somehow the buffers bevy_egui uses for rendering have some alignment issues.

Either way, not actionable for me right now, but it should improve once I switch to the new bevy_ui based renderer.