egui/examples
Emil Ernerfeldt 9c58f12a6c
eframe: several windows in series (#1919)
* Add example of opening several eframe windows in series

* Reuse the same winit event loop

* Ignore events to the wrong window

* Run run_return again
2022-08-15 16:31:03 +02:00
..
confirm_exit Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
custom_3d_glow Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
custom_3d_three-d Add depth buffer in native 3D example (#1878) 2022-08-02 17:31:15 +02:00
custom_font Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
custom_font_style Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
custom_window_frame Fixed bug in custom window example (#1750) 2022-08-04 12:32:27 +02:00
download_image Add Visuals::error_fg_color and Visuals::warn_fg_color 2022-07-29 15:32:32 +02:00
file_dialog Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
hello_world Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
puffin_profiler Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
retained_image Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
screenshot Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
serial_windows eframe: several windows in series (#1919) 2022-08-15 16:31:03 +02:00
svg Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
README.md Move examples out of eframe/examples into examples/ (#1486) 2022-04-13 16:13:24 +02:00

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.