views:

487

answers:

3

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.

A: 

Have you look at Wiggle?

DroidIn.net
Demo code looks nice, but (1) there's no documentation and (2) it's rendered with openGL only. (3) It's library looks pretty thin too (the only shape is rectangle in trunk). Thanks
Elazar Leibovich
+1  A: 

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.

Sam Reid
A: 

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).

MPG
Thanks, as I wrote processing.org has no event handling, and thus I prefer something which is more abstract. (quoting myself "more like JavaFX than like processing.org")
Elazar Leibovich
I misread you. Sorry for the confusion.
MPG