linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
716 stars 69 forks source link

Rational Bézier curves #328

Open lain-dono opened 9 months ago

lain-dono commented 9 months ago

Rational Bézier curves are needed to accurately represent circles and arcs.

Essential for drawing nice rounded rectangles. Possibly suitable for squircles. Stuff you need for any modern UI.