Re: [Haskell-cafe] An attempt at an EDSL for platform independent 3D animation

2012-06-04 Thread Ivan Perez
I tried it and it's very cool. Simple, but nice. It would be great to improve both this and Marionetta [1], so that we can create those dancing moves using this second package and have it generate instructions in your DSL (I fear the moves won't look so natural if we program all of them by hand).

[Haskell-cafe] An attempt at an EDSL for platform independent 3D animation

2012-06-03 Thread C K Kashyap
Hi All, I've written a Haskell program that allows you to describe dance movements and it spits out javascript that does animation on an HTML 5 canvas (that's the platform independent bit). https://github.com/ckkashyap/Dancer Please do check it out and let me know what you think - all you'd