rewin123 / space_editor

bevy prefab editor
MIT License
387 stars 49 forks source link

bevy_proto support #100

Open rewin123 opened 11 months ago

rewin123 commented 11 months ago

bevy_proto is widely used to design prefabs from code. space_editor can add the ability to arrange them conveniently and create relationships between them

naomijub commented 11 months ago

I'm investigating this right now. Hope to get it in for milestone 0.4. Bevy proto is a large library, so migrating to bevy 0.12 is cumbersome

rewin123 commented 11 months ago

Do you want to port bevy_proto to 0.12 on your own?

naomijub commented 11 months ago

My prototype had its own branch, will fix it and try to patch

Too much work, will wait https://github.com/MrGVSV/bevy_proto/issues/67 for now