I’ve submitted my code to JS1K (JavaScript 1KB) 2013-spring contest.
My submission is a parallax scroller with multiple repeating background layers composited on a single canvas : Starfield, Fractal mountains, IFS trees.
Related Links
Atari ST demoscene and other stuffs
I’ve submitted my code to JS1K (JavaScript 1KB) 2013-spring contest.
My submission is a parallax scroller with multiple repeating background layers composited on a single canvas : Starfield, Fractal mountains, IFS trees.
Related Links
An effect in less than 128 bytes. This starfield is a palette effect, that is to say you obtain this effect by changing the palette each VBL.
Related Links
Related Files
An effect in less than 512 bytes. This is a fractal landscape generated using a technique called spacial subdivision.
Related Links
Related Files
This intro displays on the screen several parts of different parametric curves.
Related Links
Related Files
This screen a pseudo sphere-mapping which only use 68030 : the code was done 2 years ago and it’s a really crappy one. The Dsp is only used by the Replay routine. The sphere is about 200 pixels high and the screen is running in 2 Vbl.
Related Links
Related Files