wayne wrote:
How do they do the javascript demos?
Do they use other programs to generate it for them?
I now saw the 'demo'
Very old amiga effects all over the place! alot of these I've made myself also (in 68000 assembler
) years and years ago.
The effects are programmed, and they mostly use tables, which are generated (with a script or something). Almost everything you see is simply image scaling. (except the gouraud shaded ascii objects and the bobball rotater). So your routine is simply peeking into a table, using the value there to show the right image at the right spot in the right size and that's it
Pretty clever though. It looks like they really have a pixelfiller and a vector routine but it's all fake
(like real demos have to be!)