mirror of
https://github.com/option8/greenscale.git
synced 2025-01-08 21:31:27 +00:00
23 lines
777 B
Markdown
23 lines
777 B
Markdown
# greenscale
|
|
low res monochrome experiments for Apple II
|
|
|
|
Works best in Virtual II. (http://www.virtualii.com/)
|
|
|
|
Self-booting DSK, runs animation at 46FPS. Loads DATA.BIN directly off disk. Up to 41 frames of animation.
|
|
|
|
Now has the ability to change the interframe delay. Press + or - to increase or decrease the delay.
|
|
|
|
Space bar pauses/restarts the animation.
|
|
|
|
|
|
Video here:
|
|
https://youtu.be/uejBb3Na7lc
|
|
|
|
|
|
To convert a GIF (named animation.gif) with the included greenscale.sh script requires ImageMagick and Python.
|
|
|
|
Put resulting DATA file on disk as DATA00, optionally with other DATA files named DATA01 through DATA99.
|
|
|
|
Replace BASIC.SYSTEM with LOADER.SYSTEM and put GREENSCALE binary on the disk. LOADER will load GREENSCALE, which loads the DATA files to display.
|
|
|