Untitled #20
This is the first Recording from an ETC session in September 1982. It appeared on a couple of my compilations of short works at the time: Green River Blues, Lonesome Blues and Video Haiku.
This is the first Recording from an ETC session in September 1982. It appeared on a couple of my compilations of short works at the time: Green River Blues, Lonesome Blues and Video Haiku.
I have been working with JavaScript and jQuery and decided to convert the mixplex info vis tool from AS3 to JavaScript as an exercise. This was a good excuse to dive into easlejs. I wanted to have an easlejs tick message call an update function in the class that the easlejs container is composed into. This would be like using an enterFrame event in AS3. I am using the combination constructor/prototype pattern to create my classes. Here is a snippet from the Cluster constructor: