dos33fsprogs/demos/lovebyte2023/gears_128
2023-02-12 21:20:37 -05:00
..
apple2_50_zp.inc
file_id.diz
gears_fancy.s
hello.bas
Makefile lovebyte: more fine tuning 2023-01-29 20:10:59 -05:00
README lovebyte: update the documentation 2023-02-12 21:20:37 -05:00

Some rotating gears.

The gears are drawn with the shapetable vector graphics, we only
have a definition for a single tooth but we then draw it multiple
times while rotating.

The catchment at the top happened accidentally, as I originally wanted
to have a desire logo but didn't have enough room for the whole thing.
The truncated logo ends up being exactly the shape that gets drawn.

It's a fast animation because it draws two scenes to the two graphics
PAGEs and is just page-flipping between them.