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 c869f67066 Simplify file_dialog example 3 years ago
..
confirm_exit Move examples out of `eframe/examples` into `examples/` (#1486) 3 years ago
custom_3d_glow Move examples out of `eframe/examples` into `examples/` (#1486) 3 years ago
custom_3d_three-d Pass clip rectangle to PaintCallback 3 years ago
custom_font Move examples out of `eframe/examples` into `examples/` (#1486) 3 years ago
custom_font_style Pass clip rectangle to PaintCallback 3 years ago
custom_window_frame App::clear_color: give egui::Visuals as argument 3 years ago
download_image Add `Ui::spinner` shortcut method (#1494) 3 years ago
file_dialog Simplify file_dialog example 3 years ago
hello_world example hello_world: remove frame.set_window_size 3 years ago
puffin_profiler Add opt-in support for the 'puffin' profiler in eframe (#1483) 3 years ago
retained_image Move examples out of `eframe/examples` into `examples/` (#1486) 3 years ago
svg Move examples out of `eframe/examples` into `examples/` (#1486) 3 years ago
README.md Move examples out of `eframe/examples` into `examples/` (#1486) 3 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.