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 4d357b0f02 clippy fixes from 1.69.0 2 years ago
..
confirm_exit clippy fixes from 1.69.0 2 years ago
custom_3d_glow clippy fixes from 1.69.0 2 years ago
custom_font use env_logger in all examples (#2934) 2 years ago
custom_font_style use env_logger in all examples (#2934) 2 years ago
custom_window_frame clippy fixes from 1.69.0 2 years ago
download_image clippy fixes from 1.69.0 2 years ago
file_dialog clippy fixes from 1.69.0 2 years ago
hello_world clippy fixes from 1.69.0 2 years ago
hello_world_par use env_logger in all examples (#2934) 2 years ago
hello_world_simple use env_logger in all examples (#2934) 2 years ago
keyboard_events clippy fixes from 1.69.0 2 years ago
puffin_profiler clippy fixes from 1.69.0 2 years ago
retained_image clippy fixes from 1.69.0 2 years ago
screenshot clippy fixes from 1.69.0 2 years ago
serial_windows use env_logger in all examples (#2934) 2 years ago
svg clippy fixes from 1.69.0 2 years ago
user_attention use env_logger in all examples (#2934) 2 years 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.