Re: Animation libraries for clojurescript?

2014-04-19 Thread Jonas
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

Animation libraries for clojurescript?

2014-04-19 Thread Mark Engelberg
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 -- You received this message because

Re: Libraries for ClojureScript.

2012-01-18 Thread Dave Sann
> One other concern to keep in mind is that many JavaScript libraries > aren't compatible with the Closure compiler's advanced optimizations. > Advanced optimizations are awesome---I'm working on a Clojure data > visualization library similar in spirit to D3, and for many static > visualizati

Re: Libraries for ClojureScript.

2012-01-18 Thread mmwaikar
Thanks for your responses Creighton and Kevin. D3 looks cool, so should cljs-3D be, ditto for Enlive / Enfocus. All the best for your efforts, Manoj. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googleg

Re: Libraries for ClojureScript.

2012-01-16 Thread Kevin Lynagh
pis because they weren't clean enough or they seemed > confusing.  All of that being said, ClojuresSript is very young and I > don't think we have a right way to do things yet. Right now I would be > willing to try any testing library regardless if it matched > Clojure. >

Re: Libraries for ClojureScript.

2012-01-15 Thread ckirkendall
ve a right way to do things yet. Right now I would be willing to try any testing library regardless if it matched Clojure. Creighton Kirkendall On Jan 15, 12:37 am, mmwaikar wrote: > Hi, > > My question is about design of libraries for ClojureScript. > > So for ex, there is clojure.

Libraries for ClojureScript.

2012-01-14 Thread mmwaikar
Hi, My question is about design of libraries for ClojureScript. So for ex, there is clojure.test which has some public API. Now assume one has used it and is comfortable with its API. Now he has to write some ClojureScript code and wants to write some unit tests as well. Obviously, he'l