nicopap / cuicui_layout

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

chirp templates: list data type #93

Open nicopap opened 1 year ago

nicopap commented 1 year ago

template arguments should accept exactly two data types:

This would enable for loops, optionals and pattern matching (yep) Also lays the groundwork for query-based templates and maybe runtime UI updates.