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.
 
 
 
 
Adia Robbie b43a8626cf
Add custom shader_version on glow renderer (#1993)
2 years ago
..
confirm_exit eframe: rename quit/exit to "close" (#1943) 2 years ago
custom_3d_glow Move all crates into a `crates` directory (#1940) 2 years ago
custom_3d_three-d Example: three-d downgrade depth_buffer to 24 bit (#1950) 2 years ago
custom_font Move all crates into a `crates` directory (#1940) 2 years ago
custom_font_style Move all crates into a `crates` directory (#1940) 2 years ago
custom_window_frame Fixed a typo (#1985) 2 years ago
download_image Move all crates into a `crates` directory (#1940) 2 years ago
file_dialog Update crate rfd to 0.10 (in file_dialog example) 2 years ago
hello_world Move all crates into a `crates` directory (#1940) 2 years ago
puffin_profiler Move all crates into a `crates` directory (#1940) 2 years ago
retained_image Add custom shader_version on glow renderer (#1993) 2 years ago
screenshot Move all crates into a `crates` directory (#1940) 2 years ago
serial_windows eframe: rename quit/exit to "close" (#1943) 2 years ago
svg Move all crates into a `crates` directory (#1940) 2 years ago
README.md Fix broken GitHub source links due to #1940 2 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.