An open API service indexing awesome lists of open source software.

https://github.com/sciss/shapeinterpolator

JavaFX's ShapeEvaluator ported back to Java2D. Mirror of https://codeberg.org/sciss/ShapeInterpolator
https://github.com/sciss/shapeinterpolator

java2d

Last synced: 3 months ago
JSON representation

JavaFX's ShapeEvaluator ported back to Java2D. Mirror of https://codeberg.org/sciss/ShapeInterpolator

Awesome Lists containing this project

README

        

# ShapeInterpolator

[![Build Status](https://travis-ci.org/Sciss/ShapeInterpolator.svg?branch=master)](https://travis-ci.org/Sciss/ShapeInterpolator)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.sciss/shapeinterpolator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.sciss/shapeinterpolator)

A Java2D helper to interpolate or morph between two shapes. Adapted from an original code for JavaFX,
released under GNU GPL v2 license with class path exception.

All modifications and extensions (C)opyright 2016 by Hanns Holger Rutz.
New project released under the same license.

## linking

To use the library:

"de.sciss" % "shapeinterpolator" % v

The current version `v` is `"0.1.0"`.

## building

This project compiles against Java 6 and sbt 0.13.

## contributing

Please see the file [CONTRIBUTING.md](CONTRIBUTING.md)