neveko/neveko-gui/crates/egui/examples/README.md

8 lines
500 B
Markdown
Raw Normal View History

2023-04-30 15:55:41 +00:00
There are no stand-alone egui examples, because egui is not stand-alone!
See the top-level [examples](https://github.com/emilk/egui/tree/master/examples/) folder instead.
2023-06-03 14:17:58 +00:00
There are also plenty of examples in [the online demo](https://www.egui.rs/#demo). You can find the source code for it at <https://github.com/emilk/egui/tree/master/crates/neveko_gui_lib>.
2023-04-30 15:55:41 +00:00
To learn how to set up `eframe` for web and native, go to <https://github.com/emilk/eframe_template/> and follow the instructions there!