ruutBézier
ruutBézier is a computational geometry library written in Rust. It provides implementations of Bézier curves and surfaces, essential tools for computer graphics, design, and animation. The library focuses on offering efficient and accurate calculations related to these mathematical constructs.
Key features of ruutBézier include support for various degrees of Bézier curves, from linear (line segments)
The design of ruutBézier prioritizes performance through Rust's memory safety and concurrency features. This makes it