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
- Host: GitHub
- URL: https://github.com/sciss/shapeinterpolator
- Owner: Sciss
- License: other
- Created: 2016-02-27T13:38:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T13:36:40.000Z (over 7 years ago)
- Last Synced: 2025-01-05T07:40:09.959Z (5 months ago)
- Topics: java2d
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ShapeInterpolator
[](https://travis-ci.org/Sciss/ShapeInterpolator)
[](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)