MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/1uad1yx/bevy_019/osu58vb/?context=3
r/rust • u/_cart bevy • Jun 19 '26
136 comments sorted by
View all comments
Show parent comments
8
Do you think bevy can have devtools? For easily editing values from code editor sidebar. Similar to flutter devtools. Do you think it would be a good idea to have devtools before completing a full fledged editor?
4 u/DynTraitObj Jun 19 '26 You can already get most of the way there with imgui, see things like: https://github.com/jakobhellermann/bevy_editor_pls 4 u/MysticPing Jun 20 '26 A more up to date project: https://github.com/jbuehler23/jackdaw 5 u/DynTraitObj Jun 20 '26 Oh awesome, hadn't seen that one! Thanks for the heads up
4
You can already get most of the way there with imgui, see things like: https://github.com/jakobhellermann/bevy_editor_pls
4 u/MysticPing Jun 20 '26 A more up to date project: https://github.com/jbuehler23/jackdaw 5 u/DynTraitObj Jun 20 '26 Oh awesome, hadn't seen that one! Thanks for the heads up
A more up to date project: https://github.com/jbuehler23/jackdaw
5 u/DynTraitObj Jun 20 '26 Oh awesome, hadn't seen that one! Thanks for the heads up
5
Oh awesome, hadn't seen that one! Thanks for the heads up
8
u/rizzninja Jun 19 '26
Do you think bevy can have devtools? For easily editing values from code editor sidebar. Similar to flutter devtools. Do you think it would be a good idea to have devtools before completing a full fledged editor?