egui/epaint
Mingun 87ae77aab0
Add some improvements in the documentation (#1056)
* Better documentation for align.rs
* Document some painting methods
* Fix broken intra-doc links
* Add some internal documentation for Window TitleBar
2022-01-16 22:06:28 +01:00
..
benches Faster dashed line generation (#1027) 2022-01-06 10:44:53 +01:00
fonts Replace ProggyClean.ttf with Hack-Regular.ttf as default monospace font (#802) 2021-10-17 20:49:28 +02:00
src Add some improvements in the documentation (#1056) 2022-01-16 22:06:28 +01:00
Cargo.toml Faster dashed line generation (#1027) 2022-01-06 10:44:53 +01:00
CHANGELOG.md Texture loading in egui (#1110) 2022-01-15 13:59:52 +01: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.