2025 Apple ][ Star Lady Demo




Details

Was experimenting with hi-res animations on the Apple II.

You generally don't have enough RAM or memory bandwidth to do full-screen redraws, but you can get some nice effects with limited animation like this.

There are 8 frames of animation. Only two full frames are ZX02 encoded (one for each page) and the other frames are drawn by just drawing the differences (I have a tool that can generate these differences between PNG files).

The code is not optimized at all, but currently the graphics are roughly 10k total and the music+player is around 6k.


Video

Capture from the AppleWin emulator. Haven't had time to run on real hardware. On real hardware the music will probably sound a bit worse, but I am using an "improved" version of my pt3 player which might help a bit.


System Requirements


Keypresses


Downloads

Apple II Code/Disk Images


Credits


Run it in Your Browser


Development Notes

V1.0 notes -- 15 November 2025

Wasn't supposed to be working on this, was supposed to be grading papers. However when an idea gets in my head I sort of have to implement it so I can move on.

This was all relatively straightforward and opens the idea of doing similar animations in a later demoscene demo. I was surprised how nicely it turned out, it's always fun seeing an Apple II turning into a party machine.


Other VMW Software Demos
Other Apple2 Projects
Back to the VMW Software Productions Page