Expand description
This is my attempt at taking a stab at the ‘egui complex layout’ problem, Built to provide dynamic grid layouts for egui.
Relies on structs and enums from both egui
and egui_extras
.
This crate includes 2 items, GridBuilder
and Grid
, which are used to create grids
with behavior similar to the StripBuilder found in eui_extras, though being much more compact and with additional features.
Structs§
- A collection of grid cells.
- Builder for creating a new
Grid
.