egui/examples
Emil Ernerfeldt 8f2c8664e7
Emilk/revert workspace deps (#3942)
* Closes https://github.com/emilk/egui/issues/3941

Workspace dependencies can be annoying.

If you don't set them to `default-features=false`, then you cannot opt
out of their default features anywhere else, and get warnings if you
try.

So you set `default-features=false`, and then you need to manually opt
in to the default features everywhere else.
Or, as in my case, don't.

I don't have the energy to do this tonight, so I'll just revert.
2024-02-01 21:29:48 +01:00
..
confirm_exit Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
custom_3d_glow Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
custom_font Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
custom_font_style Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
custom_plot_manipulation Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
custom_window_frame Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
file_dialog Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
hello_world Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
hello_world_par Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
hello_world_simple Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
images Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
keyboard_events Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
multiple_viewports Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
puffin_profiler Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
save_plot Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
screenshot Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
serial_windows Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
test_inline_glow_paint Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
test_viewports Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +01:00
user_attention Emilk/revert workspace deps (#3942) 2024-02-01 21:29:48 +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.