Re: Procedurally generated animation in Clojure

2015-11-11 Thread Christopher Small
Oh; and nice work Mike! :-) Chris On Wednesday, November 11, 2015 at 8:48:22 AM UTC-8, Christopher Small wrote: > > If you haven't tried it in a while, you may want to look again. They've > created an alternate API or mode which is more functional/immutable. > Perhaps that _is_ what you saw

Re: Procedurally generated animation in Clojure

2015-11-11 Thread Christopher Small
If you haven't tried it in a while, you may want to look again. They've created an alternate API or mode which is more functional/immutable. Perhaps that _is_ what you saw though, and you're just referring to the mutable Java underpinnings leaking through... My 2c Chris On Tuesday, November

Re: Procedurally generated animation in Clojure

2015-11-10 Thread Mars0i
Cool. Thanks. I experimented with the quil wrapper around Processing at one point. I'm glad quil exists, but the underlying non-functional-programming model of Processing can sometimes make it awkward. -- You received this message

Re: Procedurally generated animation in Clojure

2015-11-10 Thread Alex Miller
These are SO COOL. On Sunday, November 8, 2015 at 6:22:53 PM UTC-6, Mikera wrote: > > Hi all, > > I created a set of tools this weekend to produce procedurally generated > animations in Clojure. May be of interest to those who like computer > graphics and the more creative usages of Clojure! >

Procedurally generated animation in Clojure

2015-11-08 Thread Mikera
Hi all, I created a set of tools this weekend to produce procedurally generated animations in Clojure. May be of interest to those who like computer graphics and the more creative usages of Clojure! Here's an example which I rendered overnight: https://www.youtube.com/watch?v=94CtmzAUIBI