cushy 0.4.0

A wgpu-powered graphical user interface (GUI) library with a reactive data model
Documentation
1
2
3
4
5
6
7
8
9
10
# Multi-Widget Layout

Widgets in this section have a primary purpose of performing some layout
functionality on a collection of widgets. These currently are:

- [Grid]./layout/grid.md: A 2D grid where each cell is a widget.
- [Layers]./layout/layers.md: A Z-direction stack of widgets.
- [Stack]./layout/stack.md: A 1D grid of either rows or columns.
- [Wrap]./layout/wrap.md: Widgets are laid out horizontally, wrapping into
  multiple rows if needed.