Curveball
Summary
Curveball is a Rust-based curve generator tool for Neverball. It explains how curves are generated by extruding 2D profiles along a path, uses a convex hull approach via the chull crate, and discusses texture assignment and orientation using Frenet frames. The project is open-source with source code on GitHub.