//@depend Bar.js /** * Example class Foo * * @class Foo */ function Foo() { this.message = 'foo'; } Foo.prototype.echo = function() { console.log(this.message); }; In ...
This repo is a ongoing project that I've always wanted to do; some nice visualizations accompanied of good music. Growing up playing with computers I always loved demo scenes and this is nothing but a ...