egui/egui_demo_lib
Emil Ernerfeldt 0b10fa5c29
Grid layout and widget gallery (#106)
* 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
2021-01-11 20:58:36 +01:00
..
benches Rename PaintCmd to Shape 2021-01-10 11:43:01 +01:00
src Grid layout and widget gallery (#106) 2021-01-11 20:58:36 +01:00
Cargo.toml Release 0.7.0 2021-01-04 15:52:29 +01:00
README.md Split out the Egui demo code to new crate egui_demo_lib 2020-12-29 13:40:11 +01:00

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 egui API.
  • To remove the amount of code in egui proper.