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.
 
 
 
 
Andreas Reich 10f092d9d4
Add `clamp_to_range` option to DragValue, rename `clamp_range` to `range` (deprecating the former) (#4728)
4 months ago
..
confirm_exit `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
custom_3d_glow `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
custom_font `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
custom_font_style `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
custom_keypad `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
custom_plot_manipulation Add `clamp_to_range` option to DragValue, rename `clamp_range` to `range` (deprecating the former) (#4728) 4 months ago
custom_window_frame `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
file_dialog `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
hello_world `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
hello_world_par `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
hello_world_simple `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
images `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
keyboard_events `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
multiple_viewports `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
popups Add `PopupCloseBehavior` (#4636) 4 months ago
puffin_profiler `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
save_plot `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
screenshot `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
serial_windows `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
user_attention `eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 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.