Tag ClojureScript

Becoming

seq2_a_all_full_cropped-440x247

We’ve been working with Wayne McGregor | Random Dance and OpenEndedGroup on Becoming, an algorithmic “virtual dancer” that grows and evolves in response to emulated mechanical constraints and to a database of film material. The “dancer” is partially controlled by a responsive web-based front end built on Backbone.js, Hiccup, Clojure and ClojureScript. (The front-end code is available on GitHub.)

Becoming is currently being used in the studio in the making of Atomos, which premieres in October. Becoming will also be shown as part of the exhibit Thinking with the Body at the Wellcome Collection, opening September 19th.

ClojureScript for Max

cljs-square-440x440

I’ve been writing graphics widgets in Javascript for MaxMSP using JSUI for a few years (things like the TextBrick and the Nixie tube display, as well as the Forbidden Planet-inspired Krell Mixer Panel which I really must release some time), and I’ve also been working in Clojure for a while, so the arrival of ClojureScript, targetting Javascript as its back end, prompted an investigation of using Clojure to develop user interface panels and scripting extensions for Max without writing any Javascript directly.

Summary: despite a few niggles it all hangs together rather nicely, but be wary of thinking in Javascript terms when coding in ClojureScript, especially when porting example code, otherwise it can all go a bit pear-shaped.