-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering above egui #112
Comments
Hi @freiksenet! Thanks for creating an issue. Egui has You can probably get more help and some specific ideas/examples in Bevy discord. I'm not really experienced in rendering myself and kinda falling behind the recent changes. My guess is Bevy 0.8 might provide a simpler way of doing it. If you do find out how to achieve that, I'll appreciate it if you share the solution here as well. I'm interested in adding this as a Btw, I hope that in future Bevy will provide an API to set custom cursor images without having to rely on sprites. |
So far I ended up drawing what I wanted (cursor) in egui, instead of Bevy. This is a decent workaround, but probably not a universal one. |
This can probably be done in bevy 0.13 by using the camera-driven UI at bevyengine/bevy#10559, and rendering onto a |
Any new solution for this problem ? |
Hi!
I'm trying to render a sprite (cursor image) above bevy_egui windows. Is it possible to do this?
The text was updated successfully, but these errors were encountered: