belly
belly copied to clipboard
Some initial work on the layout components
This adds a layout plugin with basic row
,column
,center
, and wrap
implementations along with an example in layout-widgets
.
Todo:
- [ ] Complete attribute implementations
- [ ] Check wrap functionality
- [ ] Integrate into other examples
Note: I'm relatively new to Rust and bevy as well.