mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
* Wrap Layout and Region into a new struct Placer * [egui] Add a simple grid layout * Refactor CollapsingHeader code (simplify header painting) * Fix: allow putting a CollapsingHeader inside of a grid layout * [demo] Add a widget gallery Closes https://github.com/emilk/egui/issues/88 * Add optional striped grid background
Egui Demo Library
This crate contains example code for Egui.
It is in a separate crate for two reasons:
- To ensure it only uses the public
eguiAPI. - To remove the amount of code in
eguiproper.