Animation libraries for clojurescript?

562 views
Skip to first unread message

Mark Engelberg

unread,
Apr 19, 2014, 5:19:17 PM4/19/14
to clojure
Are there any javascript 2D animation libraries that are particularly well-suited for use from clojurescript?

I'm especially interested in a library that uses a scenegraph to store graphical objects in hierarchical relationships to one another.

Thanks,

Mark

Jonas

unread,
Apr 20, 2014, 2:06:15 AM4/20/14
to clo...@googlegroups.com
Hi,

I have looked at quite a few Javascript 2D graphics libraries. The ones I found particularly interesing are paper.js[1] and fabric.js[2]. At least paper.js is in active development and works fine with ClojureScript.

Depending on your requirements SVG might also be a good alternative. I've found that SVG + one of the new React based CLJS wrapper libs is an excellent fit (see my experiments in reagent[3] and om[4]). There are also js libs for working with SVG such as Raphael[5] and the newer Snap.svg[6] (which is by the same author as Raphael).

/Jonas

Reply all
Reply to author
Forward
0 new messages