Imgui
#4401
Replies: 1 comment 1 reply
-
egui is very similar and directly inspired, nad there's a very popular bevy_egui integration for it :) bevy_editor_pls (and the underlying bevy_inspector_egui) may also help you with your more advanced editing needs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
for long time I'm searching for right technology for my product and I found this treasure (I mean rust and bevy). I have three js web application, but I need 3D editor, where I can create and edit my structures for three js (scene editor, edit photos, cut videos ,....).
And my question is, did somebody tried integration bevy with imgui (https://github.com/imgui-rs/imgui-rs) ? Because if this is somehow possible, this is win for me.
Beta Was this translation helpful? Give feedback.
All reactions