Emil Ernerfeldt
041f2e64ba
Move all crates into a crates
directory ( #1940 )
2022-08-20 10:41:49 +02:00
Emil Ernerfeldt
41f31116ce
Layout::left_to_right/right_to_left
now takes the valign as argument
...
Previous default was `Align::Center`.
Closes https://github.com/emilk/egui/issues/1040
Closes https://github.com/emilk/egui/issues/1836
Closes https://github.com/emilk/egui/pull/1837
2022-07-22 11:02:26 +02:00
Emil Ernerfeldt
3d5e203d86
egui_glow: clear the post-processing render target ( #1658 )
2022-05-21 16:53:05 +02:00
Emil Ernerfeldt
32b4781da2
Improve web demo for mobile ( #1556 )
...
`egui_demo_app/lib`: add "About egui" window, and improve mobile layout
This makes the app responsive, removing the side bars on mobile and turning them into drop-down menus instead.
2022-05-02 13:13:35 +02:00
Emil Ernerfeldt
003dc4aac9
egui_demo_app: add link to my twitter
2022-04-30 17:50:39 +02:00
Emil Ernerfeldt
da2ce58127
egui_demo_app: don't do a transparent native window
...
It doesn't work great on Mac
2022-04-30 15:42:18 +02:00
Emil Ernerfeldt
355d70d2b9
Move code from egui_demo_lib
to egui_demo_app
( #1540 )
...
Also clean up feature names and dependencies
2022-04-28 11:23:34 +02:00