because it's not a first party library and it has its own way of working, which I didn't like bringing into Bevy. I felt that maintainability would be an issue later down the line (hack I immediatelly had issues with the wrapper packages being out of sync). Also, I need game UI as well, and that ain't gonna be egui. Check out my presentation at the 2nd Bevy meetup!
Nice way to debug the hierarchy.
Can't wait to play with these widgets in Bevy 🔥
grab the Gist if you need it too!
Thank you for the video. Interesting IDE theme you have, every function is underlined, is that so? Is that your custom customization or some theme's?
this is the default (dark) VSCode theme. I am using the basic Rust-related extensions, the underlines are from that.
wow, it's very impressive! I have to ask though, why not use something like eGUI (or other established UI toolkit) instead of creating your own UI?
because it's not a first party library and it has its own way of working, which I didn't like bringing into Bevy. I felt that maintainability would be an issue later down the line (hack I immediatelly had issues with the wrapper packages being out of sync). Also, I need game UI as well, and that ain't gonna be egui. Check out my presentation at the 2nd Bevy meetup!
@@UmbraLuminosa Thanks for clarifying! Looking forward to what it brings and your next video!
nice!