epaint 0.15.0

Minimal 2D graphics library for GUI work
Documentation

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).