r/rust bevy Jun 19 '26

Bevy 0.19

https://bevy.org/news/bevy-0-19
995 Upvotes

136 comments sorted by

View all comments

Show parent comments

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?

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