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.
 
 
 
 
hacknus 871041c4e7
Added an example to save plot to image (#2769)
1 year ago
..
confirm_exit Update example screenshots 1 year ago
custom_3d_glow Update example screenshots 1 year ago
custom_font Update example screenshots 1 year ago
custom_font_style Update example screenshots 1 year ago
custom_window_frame Update example screenshots 1 year ago
download_image clippy fixes from 1.69.0 2 years ago
file_dialog Update example screenshots 1 year ago
hello_world Update example screenshots 1 year ago
hello_world_par use env_logger in all examples (#2934) 2 years ago
hello_world_simple Cleanup ahead of release 1 year ago
keyboard_events Update example screenshots 1 year ago
puffin_profiler Update to puffin 0.16 (#3144) 1 year ago
retained_image Update example screenshots 1 year ago
save_plot Added an example to save plot to image (#2769) 1 year ago
screenshot clippy fixes from 1.69.0 2 years ago
serial_windows Update example screenshots 1 year ago
svg Update example screenshots 1 year ago
user_attention Update example screenshots 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.