1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00
Files
egui/crates/epaint
Emil Ernerfeldt dcda8664ab Fix rendering of thin, angled rectangles (#8482)
We had a fast path for very thin rectangles, but it did not heed the
angle of the rect
2026-09-02 19:23:52 +00:00
..
2026-04-13 11:57:34 +02:00
2023-02-12 18:08:13 +01:00

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.