egui/epaint/src
Emil Ernerfeldt e7cfda4941
Shape refactor (#705)
* More introspection stats about vertices/indices etc

* more serde derive

* #[inline] to Shape constructors

* Introduce RectShape

* Introduce CircleShape

* Introduce PathShape

* More serde derive

* impl Copy for RectShape and CircleShape

* Simplify some code

* More serde derive

* Add helpers for appending more input or output

* Serde derives for RawInput

* Rename Fonts::from_definitions to Fonts::new

* Add Output::take

* refactor EguiGlium slightly

* Derive PartialEq for RawInput

* Improve egui::util::History interface

* tweaks

* Improve History filter: add minimum length

* Calculate galley bounding rect

* tessellator: cull line segments and paths

* tessellator: cull meshes

* Fix bug in History bandwidth estimator
2021-09-20 21:36:56 +02:00
..
text Shape refactor (#705) 2021-09-20 21:36:56 +02:00
color.rs New text layout (#682) 2021-09-03 18:18:00 +02:00
lib.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
mesh.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
mutex.rs Detect single-threaded mutex reentry in debug mode (#433) 2021-05-26 22:13:24 +02:00
shadow.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
shape.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
shape_transform.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
stats.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
stroke.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
tessellator.rs Shape refactor (#705) 2021-09-20 21:36:56 +02:00
texture_atlas.rs egui_web: make text thicker and less pixelated (#640) 2021-08-21 21:18:00 +02:00