egui/epaint
Emil Ernerfeldt 778bcc1ef7
Style tweaks (#450)
* Tweak style

More compact, less round, less noisy

* Button text is now same size as body text
* The rounder corners are now less rounded
* Collapsing headers no longer have a frame around them
* Combo-boxes looks better when opened
* Slightly more muted colors
* Remove extra line spacing after `\n` (i.e. between paragraphs)

* Thinner scrollbars

* Tweak light mode

* Tweak shadows

* Fix broken doc link

* Add style tweak to CHANGELOG
2021-06-12 15:53:56 +02:00
..
fonts Break out mod paint into new crate epaint 2021-01-10 15:42:46 +01:00
src Style tweaks (#450) 2021-06-12 15:53:56 +02:00
Cargo.toml Disable default features of ord-float (#440) 2021-05-27 20:25:30 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

epaint - egui paint library

A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.

Made for egui.