Guys, most of the effects in
Neja, the JavaScript demo I presented at the Assembly 2005 Browser demo compo, are done with a linear frame buffer.
Since I aimed for standard compliants browsers ( aka anything but that piece of junk called IE ), I used the 9yo
RFC 2397 - the data url scheme to generate 24bits BMP images on the fly. The format is not compressed and is ridiculously easy to manipulate and generate. Also this technique is
much faster than the zillion DID/TD techniques.
Being a JS demo, anyone can grab the code and have look. Of course credits would be appreciated if one make anything useful out of it :p