nicopap / cuicui_layout

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

Minimize bundle spawning in DSLs #67

Open nicopap opened 1 year ago

nicopap commented 1 year ago

Bundles, especially the UI bundles, are very large and rust generates a lot of codes for large value types. We should minimize creation of UI bundles to reduce generated code.