Overview of verb NURBS library
masterverb is an open-source, cross-platform library designed for creating and manipulating NURBS (Non-Uniform Rational B-Splines) surfaces and curves.
Key features include:
- Derivative evaluation
- Adaptive tessellation
- Intersection calculations
- Concurrent execution via WebWorkers (in browsers) or thread pools (on other platforms), making it suitable for both browser-based and datacenter environments.
Because it is built with Haxe, it can be compiled for multiple platforms including JavaScript, C#, C++, Python, and PHP.