You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StarStarJ 7b105cfa0f
Invalidate font atlas on any change to `pixels_per_point`, not matter how small (#3698)
10 months ago
..
benches Refactor: turn `ClippedShape` from struct-enum to a normal struct (#3225) 1 year ago
fonts Move all crates into a `crates` directory (#1940) 2 years ago
src Invalidate font atlas on any change to `pixels_per_point`, not matter how small (#3698) 10 months ago
CHANGELOG.md Release 0.24.1 - Bug fixes 11 months ago
Cargo.toml Update dependencies (#3700) 11 months ago
README.md Add badges to all crates' README.md 2 years ago

README.md

epaint - egui paint library

Latest version Documentation unsafe forbidden MIT Apache

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

Made for egui.