In an earlier post I promised that I would come back to the topic of compressing JavaScript programs efficiently, so here we go… In this post, I’ll go through some techniques for creating self extracting, compressed JavaScript programs.
Category: JavaScript
Doing a sound synth in JavaScript
For some time now I’ve been working on a software sound synthesizer for JavaScript. It all began when I found out about the WebGL 64k competion. Obviously, creating a full featured demo in a 64k JavaScript program poses several problems. The two problems that I found most interesting were: How do we do music in …