t

tinyspline

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