Conan (C/C++): https://conan.io/center/tinyspline NuGet (C#): Go: Luarocks (Lua): luarocks install --server=https://tinyspline.github.io/lua tinyspline Maven (Java): <dependency> <groupId>org.tinyspline</groupId> <artifactId>tinyspline</artifactId> <version>0.6.0-1</version> </depe...
Following: https://github.com/retuxx/tinyspline#installation Leads to error: make Scanning dependencies of target tinyspline_shared [ 7%] Building C object library/CMakeFiles/tinyspline_shared.dir/tinyspline.c.o [ 14%] Linking C shared l...
ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Lua, Octave, PHP, Python, R, and Ruby. - vanxining/tinyspline
TinySpline uses the CMake build system to compile and package the interfaces. The C library has been implemented in C89 and, thus, should be compatible with every modern compiler. All other features of TinySpline are optional and will be disabled if CMake does not find the required dependencie...