RequireJS for WebGL and Coffeescript
I have been writing a bunch of WebGL code over the last year, and I got a bit into Coffeescript.
What has always bothered me is how messy it is to create structured applications. A major part of that is that JS has no module system.
The following post presents a way to deal with the issue.



