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 99a1b5b62e
Add `Context::open_url` and `Context::copy_text` (#3380)
1 year ago
..
confirm_exit Update MSRV to Rust 1.70.0 (#3310) 1 year ago
custom_3d_glow Update MSRV to Rust 1.70.0 (#3310) 1 year ago
custom_font Update MSRV to Rust 1.70.0 (#3310) 1 year ago
custom_font_style Update MSRV to Rust 1.70.0 (#3310) 1 year ago
custom_window_frame Update MSRV to Rust 1.70.0 (#3310) 1 year ago
file_dialog Update MSRV to Rust 1.70.0 (#3310) 1 year ago
hello_world Update MSRV to Rust 1.70.0 (#3310) 1 year ago
hello_world_par Update MSRV to Rust 1.70.0 (#3310) 1 year ago
hello_world_simple Update MSRV to Rust 1.70.0 (#3310) 1 year ago
images Polish image API (#3338) 1 year ago
keyboard_events Update MSRV to Rust 1.70.0 (#3310) 1 year ago
puffin_profiler Add `Context::open_url` and `Context::copy_text` (#3380) 1 year ago
save_plot Update MSRV to Rust 1.70.0 (#3310) 1 year ago
screenshot Final polish for new image loading (#3328) 1 year ago
serial_windows Update MSRV to Rust 1.70.0 (#3310) 1 year ago
user_attention Update MSRV to Rust 1.70.0 (#3310) 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.