4 releases
0.2.2 | Feb 5, 2024 |
---|---|
0.2.1 | Feb 4, 2024 |
0.2.0 | Feb 4, 2024 |
0.1.0 | Feb 4, 2024 |
#898 in Math
26 downloads per month
37KB
1K
SLoC
Splinosaurus
A highly flexible spline and surface library.
Features include:
- BSpline
- NURBS (spline)
- BSurface
- NURBS (surface)
Planned:
- TSpline
The goals of this library are to:
- Hide unnecessary complexity
- Expose both high and low level manipulation APIs
- Allow for type flexibility (fixed or floating point)
- Minimal dependencies
No STD
This crate works under no_std but does require alloc
for vectors.
lib.rs
:
A highly flexible spline and surface library.
Features include:
- BSpline
- NURBS (spline)
- BSurface
- NURBS (surface)
Planned:
- TSpline
The goals of this library are to:
- Hide unnecessary complexity
- Expose both high and low level manipulation APIs
- Allow for type flexibility (fixed or floating point)
- Minimal dependencies
Dependencies
~3MB
~60K SLoC