To run via terminal (in root dir):
mkdir build
cmake ..
make
./bin/Spline
This project is base code for a 3D visualization tool for higher
order bspline meshes currently only supporting cubic
Future plans:
Quartic and quantic
More spline types e.g hermite
Coordinate inputs and clear plane with units
Sample size slider
Inspiration and sources:
https://www.youtube.com/watch?v=jvPPXbo87ds
https://pomax.github.io/bezierinfo/#introduction