33 releases (breaking)
0.30.0 | Dec 16, 2024 |
---|---|
0.29.1 | Oct 1, 2024 |
0.29.0 | Sep 26, 2024 |
0.28.1 | Jul 5, 2024 |
0.10.0 | Feb 28, 2021 |
#141 in GUI
2,477 downloads per month
Used in 31 crates
(30 directly)
2MB
39K
SLoC
egui
demo library
This crate contains example code for egui
.
The demo library is a separate crate for three reasons:
- To ensure it only uses the public
egui
api. - To remove the amount of code in
egui
proper. - To make it easy for 3rd party egui integrations to use it for tests.
lib.rs
:
Demo-code for showing how egui is used.
This library can be used to test 3rd party egui integrations (see for instance https://github.com/not-fl3/egui-miniquad/blob/master/examples/demo.rs).
The demo is also used in benchmarks and tests.
Feature flags
Dependencies
~4–12MB
~127K SLoC