egui/egui/examples
Emil Ernerfeldt 2ae93c40ab
Move examples out of eframe/examples into examples/ (#1486)
* Move examples out of eframe/examples into examples/

Give each example a `Cargo.toml` and `src/main.rs`.
This makes it easier for people to use as templates.

* Update README.md with more deps needed on vanilla Ubuntu
* Install libgtk-3-dev on CI, hoping that will fix something
2022-04-13 16:13:24 +02:00
..
README.md Move examples out of eframe/examples into examples/ (#1486) 2022-04-13 16:13:24 +02:00

There are no stand-alone egui examples, because egui is not stand-alone!

See the top-level examples folder instead.

There are also plenty of examples in the online demo. You can find the source code for it at https://github.com/emilk/egui/tree/master/egui_demo_lib.

To learn how to set up eframe for web and native, go to https://github.com/emilk/eframe_template/ and follow the instructions there!