Emil Ernerfeldt
|
7638ca9962
|
[app] Simplify interface to egui::app::App
|
2020-10-24 19:23:16 +02:00 |
|
Emil Ernerfeldt
|
4b549a773e
|
Replace ctx.background_ui with CentralPanel
|
2020-10-24 18:37:20 +02:00 |
|
Emil Ernerfeldt
|
44a7cac046
|
Context::begin_frame() no longer returns anything.
Put your widgets into a `SidePanel`, `TopPanel`,
`Window` or into `ctx.background_ui()`.
|
2020-10-24 10:56:23 +02:00 |
|
Emil Ernerfeldt
|
6bbdf08482
|
[refactor] Split DemoWindows out of demos::DemoApp
|
2020-10-19 23:06:11 +02:00 |
|
Emil Ernerfeldt
|
4e0ea32d99
|
fix clippy issues
|
2020-10-17 11:02:51 +02:00 |
|
Emil Ernerfeldt
|
9874921d06
|
[bench] benchmark demo app when everything is open
|
2020-10-10 12:19:36 +02:00 |
|
Emil Ernerfeldt
|
a2a4eafd0e
|
fix compilation of test and benchmark
|
2020-10-01 16:54:05 +02:00 |
|
Emil Ernerfeldt
|
f8bc4d38e8
|
[refactor] break up demo code into smaller files
|
2020-09-13 21:54:31 +02:00 |
|
Emil Ernerfeldt
|
d959f71d12
|
[text] add benchmark for text layout
|
2020-09-09 12:41:59 +02:00 |
|
Emil Ernerfeldt
|
61cdec8fca
|
[refactor] rename 'example' to 'demo', and add simple example_glium
|
2020-07-23 12:18:19 +02:00 |
|
Emil Ernerfeldt
|
8b1f02f22c
|
[egui] handle dynamic changes to pixels_per_point (dpi scaling)
Also: egui::Context::new() no longer takes any arguments
|
2020-05-30 14:56:38 +02:00 |
|
Emil Ernerfeldt
|
fd5ab736bb
|
Rename from "Emigui" to "Egui"
Shorter to type (especially in code).
|
2020-05-30 10:22:35 +02:00 |
|