Expand description
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
§Optional dependencies
document-features
— Enable this when generating docs.
Modules§
- easy_
mark - Experimental markup language
Macros§
- egui_
github_ link_ file - Create a
Hyperlink
to this egui source code file on github. - egui_
github_ link_ file_ line - Create a
Hyperlink
to this egui source code file and line on github.
Structs§
- Color
Test - A test for sanity-checking and diagnosing egui rendering backends.
- Demo
Windows - A menu bar in which you can select different demo windows to show.
- Widget
Gallery - Shows off one example of each major type of widget.
Constants§
Traits§
Functions§
- is_
mobile - Detect narrow screens. This is used to show a simpler UI on mobile devices, especially for the web demo at https://egui.rs.