13 breaking releases
0.21.0 | Feb 8, 2023 |
---|---|
0.20.0 | Dec 8, 2022 |
0.19.0 | Aug 20, 2022 |
0.18.0 | Apr 30, 2022 |
0.10.0 | Feb 28, 2021 |
#152 in GUI
1,549 downloads per month
Used in 15 crates
1.5MB
31K
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
~5–10MB
~156K SLoC