splinosaurus

Crates.iosplinosaurus
lib.rssplinosaurus
version0.2.2
sourcesrc
created_at2024-02-04 19:15:07.758534
updated_at2024-02-05 00:02:25.723486
descriptionflexible spline and surface library
homepage
repositoryhttps://github.com/DSchroer/splinosaurus/
max_upload_size
id1126585
size80,771
Dominick (DSchroer)

documentation

README

Splinosaurus

GitHub License Crates.io

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.

Commit count: 0

cargo fmt