[−][src]Module egui::demos
Demo-code for showing how Egui is used.
The demo-code is also used in benchmarks and tests.
Re-exports
pub use demo_window::DemoWindow; |
Modules
| demo_window | |
| toggle_switch | Source code example of how to create your own widget. This is meant to be read as a tutorial, hence the plethora of comments. |
Structs
| ColorTest | |
| DancingStrings | |
| DemoApp | Demonstrates how to make an app using Egui. |
| DemoEnvironment | Special input to the demo-app. |
| DemoWindows | A menu bar in which you can select different demo windows to show. |
| DragAndDropDemo | |
| FractalClock | |
| Sliders | Showcase sliders |
| Tests | |
| Widgets |
Enums
| DemoLink | Link to show a specific part of the demo app. |
Constants
| LOREM_IPSUM | |
| LOREM_IPSUM_LONG |
Traits
| Demo | Something to view |
| View | Something to view in the demo windows |
Functions
| drag_source | |
| drop_target | |
| warn_if_debug_build |