Scala 2D Animation library [closed]
Can anyone recommend a good 2D animation package for Scala? I prefer something which already have some basic events handling, more like JavaFX
than like processing.org
.
I used piccolo2d with Scala, and it worked out nicely. Here's another thread along those lines, or visit www.piccolo2d.org for a more general introduction.
Have you look at Wiggle?
Instead of looking for something like processing, you can use processing directly. It's called SPDE and you can get it here. It's really nice.
Here are a couple of applets written in Scala using SPDE (Rosetta Clock, Starlings).
There's a nice scala api wrapper for JavaFX: http://code.google.com/p/scalafx/
精彩评论