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 08fb447fb5
Increase MSRV to 1.67 (#3234)
1 year ago
..
confirm_exit Increase MSRV to 1.67 (#3234) 1 year ago
custom_3d_glow Increase MSRV to 1.67 (#3234) 1 year ago
custom_font Increase MSRV to 1.67 (#3234) 1 year ago
custom_font_style Increase MSRV to 1.67 (#3234) 1 year ago
custom_window_frame Increase MSRV to 1.67 (#3234) 1 year ago
download_image Increase MSRV to 1.67 (#3234) 1 year ago
file_dialog Increase MSRV to 1.67 (#3234) 1 year ago
hello_world Increase MSRV to 1.67 (#3234) 1 year ago
hello_world_par Increase MSRV to 1.67 (#3234) 1 year ago
hello_world_simple Increase MSRV to 1.67 (#3234) 1 year ago
keyboard_events Increase MSRV to 1.67 (#3234) 1 year ago
puffin_profiler Increase MSRV to 1.67 (#3234) 1 year ago
retained_image Increase MSRV to 1.67 (#3234) 1 year ago
save_plot Increase MSRV to 1.67 (#3234) 1 year ago
screenshot Increase MSRV to 1.67 (#3234) 1 year ago
serial_windows Increase MSRV to 1.67 (#3234) 1 year ago
svg Increase MSRV to 1.67 (#3234) 1 year ago
user_attention Increase MSRV to 1.67 (#3234) 1 year ago
README.md examples/README.md: explain that the examples are for master 2 years 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.