egui/examples
Emil Ernerfeldt 67b796faee
Misc cleanup (#3935)
* Improve docstring
* Nicer welcome gif in README
* Misc cleanup
2024-02-01 17:09:35 +01:00
..
confirm_exit Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
custom_3d_glow Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
custom_font Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
custom_font_style Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
custom_plot_manipulation Add screenshot to custom_plot_manipulation example 2024-01-08 11:16:44 +01:00
custom_window_frame Bug Fix : `Response::is_pointer_button_down_on` is now false the frame the button is released (#3833) 2024-01-17 16:33:11 +01:00
file_dialog Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
hello_world Misc cleanup (#3935) 2024-02-01 17:09:35 +01:00
hello_world_par Misc cleanup (#3935) 2024-02-01 17:09:35 +01:00
hello_world_simple Misc cleanup (#3935) 2024-02-01 17:09:35 +01:00
images Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
keyboard_events Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
multiple_viewports Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
puffin_profiler Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00
save_plot Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
screenshot Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
serial_windows Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
test_inline_glow_paint Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
test_viewports Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
user_attention Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
README.md examples/README.md: explain that the examples are for master 2023-02-08 20:34:43 +01:00
run_all.sh Fix up some examples (#3614) 2023-11-23 12:58:44 +01:00

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.