You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Antoine Beyeler a28792194d
Introduce `UiStack` (#4588)
5 months ago
..
confirm_exit Support returning errors when creating the app (#4565) 5 months ago
custom_3d_glow Support returning errors when creating the app (#4565) 5 months ago
custom_font Support returning errors when creating the app (#4565) 5 months ago
custom_font_style Support returning errors when creating the app (#4565) 5 months ago
custom_keypad Support returning errors when creating the app (#4565) 5 months ago
custom_plot_manipulation Support returning errors when creating the app (#4565) 5 months ago
custom_window_frame Introduce `UiStack` (#4588) 5 months ago
file_dialog Support returning errors when creating the app (#4565) 5 months ago
hello_world Support returning errors when creating the app (#4565) 5 months ago
hello_world_par Support returning errors when creating the app (#4565) 5 months ago
hello_world_simple Replace cargo-cranky with workspace lints (#4413) 7 months ago
images Support returning errors when creating the app (#4565) 5 months ago
keyboard_events Support returning errors when creating the app (#4565) 5 months ago
multiple_viewports Support returning errors when creating the app (#4565) 5 months ago
puffin_profiler Support returning errors when creating the app (#4565) 5 months ago
save_plot Support returning errors when creating the app (#4565) 5 months ago
screenshot Support returning errors when creating the app (#4565) 5 months ago
serial_windows Support returning errors when creating the app (#4565) 5 months ago
user_attention Replace some `...` with `…` 5 months ago
README.md examples/README.md: explain that the examples are for master 2 years ago
run_all.sh Fix up some examples (#3614) 12 months ago

README.md

egui and eframe examples

All the examples in this folder uses eframe to set up a window for egui. Some examples are specific to eframe, but many are applicable to any egui integration.

There are a lot more examples at https://www.egui.rs, and it has links to the source code of each example.

Also check out the official docs at https://docs.rs/egui and https://docs.rs/eframe.

Note that all the examples on master are for the latest master version of egui.

If you want to look for examples for a specific version of egui, go to that tag, e.g. https://github.com/emilk/egui/tree/latest/examples.