32 releases (21 breaking)
0.29.1 | Oct 1, 2024 |
---|---|
0.28.1 | Jul 5, 2024 |
0.27.1 | Mar 29, 2024 |
0.24.1 | Nov 30, 2023 |
0.10.0 | Feb 28, 2021 |
#324 in GUI
1,611 downloads per month
Used in 29 crates
(28 directly)
2MB
38K
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
~129K SLoC