egui/examples
Emil Ernerfeldt 44d65f41ac
Update `image` crate to 0.25 (#4160)
To not produce duplicating deps in Rerun
(https://github.com/rerun-io/rerun/pull/5280) I suggest we wait with
merging this until these crates have updated to `image` 0.25:
* [x] [`arboard`](https://crates.io/crates/arboard)
* [x] [`gltf`](https://crates.io/crates/gltf)
2024-05-13 13:35:15 +02:00
..
confirm_exit Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
custom_3d_glow Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
custom_font Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
custom_font_style Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
custom_keypad Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
custom_plot_manipulation Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
custom_window_frame Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
file_dialog Fix some clippy warning from Rust 1.78.0 (#4444) 2024-05-02 17:04:25 +02:00
hello_world Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
hello_world_par Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
hello_world_simple Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
images Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
keyboard_events Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
multiple_viewports Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
puffin_profiler Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
save_plot Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
screenshot Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
serial_windows Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
test_inline_glow_paint Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
test_viewports Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
user_attention Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02: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.