Skip to content

Repository files navigation

Nurbs Ray Plotter

C way of utilizing C++ library openNURBSlib and rendering results in RayLib, both visually and sonically.

Prerequesties

Build

There is a submodule openNURBSlib to operate. RayLib is considered already installed at this point.

To build the project on Linux do:

git clone https://github.com/K0F/NurbsRayPlotter.git
cd NurbsRayPlotter
git submodule update
cd externals/opennurbs
make
cd ../..
make
./nurbsRayPlotter

Other operating systems also possible but not tried.

Happy modding!

About

Rendering NURBS curves in C by bridging OpenNurbsLib (C++) and RayLib for visual and audio synths..

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages