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.
 
 
 
 
Emil Ernerfeldt 12b5d51325 Revert test code in hello_world example 9 months ago
..
confirm_exit Put all egui crates as workspace crates (#3976) 9 months ago
custom_3d_glow Put all egui crates as workspace crates (#3976) 9 months ago
custom_font Put all egui crates as workspace crates (#3976) 9 months ago
custom_font_style Put all egui crates as workspace crates (#3976) 9 months ago
custom_plot_manipulation Update example screenshots 9 months ago
custom_window_frame Update example screenshots 9 months ago
file_dialog Put all egui crates as workspace crates (#3976) 9 months ago
hello_world Revert test code in hello_world example 9 months ago
hello_world_par Put all egui crates as workspace crates (#3976) 9 months ago
hello_world_simple Update example screenshots 9 months ago
images Update example screenshots 9 months ago
keyboard_events Put all egui crates as workspace crates (#3976) 9 months ago
multiple_viewports Put all egui crates as workspace crates (#3976) 9 months ago
puffin_profiler Update example screenshots 9 months ago
save_plot Update example screenshots 9 months ago
screenshot Put all egui crates as workspace crates (#3976) 9 months ago
serial_windows Put all egui crates as workspace crates (#3976) 9 months ago
test_inline_glow_paint Update example screenshots 9 months ago
test_viewports Update example screenshots 9 months ago
user_attention Put all egui crates as workspace crates (#3976) 9 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.