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
.
views:
487answers:
3Demo 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
2009-10-16 04:57:41
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
2009-12-22 20:11:32
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
2009-12-23 14:08:25