13 breaking releases
0.21.0 | Feb 8, 2023 |
---|---|
0.20.0 | Dec 8, 2022 |
0.19.0 | Aug 20, 2022 |
0.18.1 | May 1, 2022 |
0.10.0 | Feb 28, 2021 |
#35 in GUI
63,315 downloads per month
Used in 302 crates
(10 directly)
1MB
10K
SLoC
epaint - egui paint library
A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.
Made for egui
.
lib.rs
:
A simple 2D graphics library for turning simple 2D shapes and text into textured triangles.
Made for egui
.
Create some [Shape
]:s and pass them to [tessellate_shapes
] to generate [Mesh
]:es
that you can then paint using some graphics API of your choice (e.g. OpenGL).
Feature flags
Dependencies
~1–5.5MB
~93K SLoC