1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Add example where you can change layout direction and alignment

This commit is contained in:
Emil Ernerfeldt
2020-05-12 23:00:20 +02:00
parent 1dff2ad721
commit 8e0b1c8fca
5 changed files with 226 additions and 110 deletions

View File

@@ -87,6 +87,7 @@ Add extremely quick animations for some things, maybe 2-3 frames. For instance:
* [ ] Build in a profiler which tracks which `Ui` in which window takes up CPU.
* [ ] Draw as flame graph
* [ ] Draw as hotmap
* [ ] Change `width.min(max_width)` to `width.at_most(max_width)`
### Names and structure
* [ ] Rename things to be more consistent with Dear ImGui