JavaScript

Information Visualizer

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: