egui icon indicating copy to clipboard operation
egui copied to clipboard

Added examples for ComboBox, SelectableLabel and Layouts

Open Maldus512 opened this issue 3 years ago • 1 comments

I added a couple of examples (selection and layout) that cover 3 or 4 of the remaining points from #186 . The examples are quite simple and contain what I would have needed to get started faster with egui when I first took it up.

Maldus512 avatar May 17 '22 20:05 Maldus512

The examples are mainly used for eframe-related examples, i.e. things that cannot be demonstrated by egui_demo_lib / <www.egui.rs>.

In fact, a lot of the things demoed in this PR is already present at www.egui.rs. Selection is pretty much covered by the widget gallery. There is also the Layout Test which could use some love though.

Could you consider improving the existing egui_demo_lib instead of adding new demo apps?

emilk avatar Jul 03 '22 13:07 emilk