Emil Ernerfeldt
7c25a9238e
Remove get_ prefix from functions to better follow Rust API Guidelines
2022-08-08 12:21:53 +02:00
Emil Ernerfeldt
10788ccc92
More newlines for improved readability ( #1880 )
...
* Add blank lines above all `fn`, `impl`, `struct`, etc
* Even newlines between docstringed struct and enum fields
* Improve some documentation
2022-08-02 17:26:33 +02:00
Emil Ernerfeldt
8e2de26e4e
Enable more clippy lints
2022-07-26 11:18:21 +02:00
Sven Niederberger
0bf9fc9428
Improve plot item UX ( #1816 )
...
* initial work
* changelog entry
* fix CI
* Update egui/src/widgets/plot/items/values.rs
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
* Update egui/src/widgets/plot/items/values.rs
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
* derive 'FromIterator'
* remove `bytemuck` dependency again and remove borrowing plot points for now
* update doctest
* update documentation
* remove unnecessary numeric cast
* cargo fmt
* Update egui/src/widgets/plot/items/values.rs
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2022-07-24 17:13:12 +02:00
Emil Ernerfeldt
898f4804b7
Enable and fix a bunch more lints
2022-07-11 23:08:48 +02:00
Emil Ernerfeldt
a29154233b
Add support for texture filters in WGPU backend
2022-05-22 17:40:56 +02:00
Zicklag
1a9a0d7ec8
Add the Ability to Specify Egui Texture Filters ( #1636 )
...
Only works for egui_glow
2022-05-22 16:56:51 +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
51f6cd9c58
Simplify plot demo code
2022-04-30 17:45:39 +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