x16-spiral

For Scene Demos that display animations, graphics, and music. Also for tech demos of graphics capability of VERA or the audio capabilities of the PSG, FM, or PCM audio channels.
Post Reply
User avatar
StephenHorn
Posts: 565
Joined: Tue Apr 28, 2020 12:00 am
Contact:

x16-spiral

Post by StephenHorn »


A quick demo making some sprites spiral in and out, powered with some LUT-based trig and multiplication functions I've been working on.




Source code available at https://github.com/indigodarkwolf/x16-spiral/



Fixing a long-standing bug in the filenames I've been packing into my assembly files:





Quote




To avoid incompatibility problems between the PETSCII and ASCII encodings, use lower case filenames on the host side, and unshifted filenames on the X16 side.






Yeah, that means I should be either performing a mapping operation, or specifying my filenames in lower-case, and I was doing neither.


Attachments
x16-spiral
x16-spiral
screencap.png (10.73 KiB) Viewed 614 times

[The extension .gz has been deactivated and can no longer be displayed.]

x16-spiral.tar.bz2
x16-spiral
(3.55 KiB) Downloaded 108 times
x16-spiral.tar
x16-spiral
(9.5 KiB) Downloaded 101 times

[The extension .7z has been deactivated and can no longer be displayed.]

x16-spiral.zip
x16-spiral
(3.63 KiB) Downloaded 113 times
Developer for Box16, the other X16 emulator. (Box16 on GitHub)
I also accept pull requests for x16emu, the official X16 emulator. (x16-emulator on GitHub)
Post Reply