nicopap / cuicui_layout

The dumbest and simplest layouting algorithm for bevy
40 stars 2 forks source link

`Chirp`: Use a custom spawn heuristic #64

Closed nicopap closed 1 year ago

nicopap commented 1 year ago

Instead of relying on bevy_scene and Handle<Scene> behavior, I should define my own asset that reflect scene in every way but one: insert all root nodes into the parent, instead of having a single root with the scene content.

It also gives me full control on hot-reloading.