Apple II 256 byte demos for Outline 2024

For Outline 2024 I submitted two demos, both "Bubble Universe" variants.

By -=DEsIRE=-: code by deater

Cosmic Fish


Video

Capture on an actual Apple IIe Platinum.

Notes

A lo-res (40x48 15 colors) zoom in on the bubble-universe, with some panning and sound. The big challenges here were generating the 256 entry sine and cosine tables, as well as the color-fade lookup table.

Sourcecode and Disk Image

You can get the disk image here: cosmic_fish.dsk (140k), 10 May 2024

You can get the submission here: cosmic_fish_small.zip (13k), 10 May 2024

You can get the sourcecode here in the demos/outline2024 directory of my dos33fsprogs github repository:
git clone https://github.com/deater/dos33fsprogs/
Vote for this at Pouet

Dancing Blobs


Video

Capture on an actual Apple IIe Platinum.

Notes

A hi-res (280x192 6 color) view of a subset of bubble-universe where the I paramater is fixed at 1. With some sound too. This uses the ROM HPLOT routines, but custom clear-screen (as the built in one is way too slow). Challenge was making the 256 byte sine and cosine tables. Was trying for 128 bytes but really 200 was the minimum. So added some features, like altering J on the second half of the cycle, and changing the background color.

Sourcecode and Disk Image

You can get the disk image here: dancing_blobs.dsk (140k), 10 May 2024

You can get the submission here: dancing_blobs_small.zip (12k), 10 May 2024

You can get the sourcecode here in the demos/outline2024 directory of my dos33fsprogs github repository:
git clone https://github.com/deater/dos33fsprogs/
Vote for this at Pouet
Back to my Demos