Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 696 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 696 Bytes

bsplines Rust Library

Crates.io Docs.rs License

Rust library for vectorized, N-dimensional B-spline curves and their derivatives based on nalgebra.

🚧 This Library is Under Construction 🚧

  • Use iterators and simplify loops
  • Use thiserror
  • Refactor visibility and folder structure
  • Refactor method selection and settings structs
  • Add benchmarks and improve performance