show/hide this revision's text 2 edited body

I've tinkered with http://processing.org here and there over the last few years. Along similar lines, there's the Context Free project, at http://www.contextfreeart.org

The idea behind Context Free is very cool. Rather than directly placing graphic elements, using imperative semantics, you define a grammar that declaratively defines the relationship of graphic elements. The runtime system generates an image by walking the grammer grammar and instantiating elements that conform with its rules.

Fun stuff.

show/hide this revision's text 1

I've tinkered with http://processing.org here and there over the last few years. Along similar lines, there's the Context Free project, at http://www.contextfreeart.org

The idea behind Context Free is very cool. Rather than directly placing graphic elements, using imperative semantics, you define a grammar that declaratively defines the relationship of graphic elements. The runtime system generates an image by walking the grammer and instantiating elements that conform with its rules.

Fun stuff.