t

tinyspline

TinySpline is a small, yet powerful library for interpolating, transforming, and querying arbitrary NURBS, B-Splines, and Bézier curves. The library is implemented in ANSI C (C89) and provides a wrapper for C++ along with auto-generated bindings for C#, D, Go, Java, Lua, Octave, PHP, Python, R, and Ruby.
https://github.com/msteinbeck/tinyspline
MIT
Marcel Steinbeck
Files download
File Operation
tinyspline-0.3.0-2.jar download
tinyspline-0.3.0-2.pom download
tinyspline-0.3.0-2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.tinyspline</groupId>
  <artifactId>tinyspline</artifactId>
  <version>0.3.0-2</version>
</dependency>
Gradle Groovy
implementation 'org.tinyspline:tinyspline:0.3.0-2'
Gradle Kotlin
implementation("org.tinyspline:tinyspline:0.3.0-2")
Scala SBT
libraryDependencies += "org.tinyspline" % "tinyspline" % "0.3.0-2"
Groovy Grape
@Grapes(
  @Grab(group='org.tinyspline', module='tinyspline', version='0.3.0-2')
)
Apache Ivy
<dependency org="org.tinyspline" name="tinyspline" rev="0.3.0-2" />
Leiningen
[org.tinyspline/tinyspline "0.3.0-2"]
Apache Buildr
'org.tinyspline:tinyspline:jar:0.3.0-2'
Dependencies
The project has no third-party dependencies