Animated rainbow text demo

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
catmeow72
Posts: 4
Joined: Sat Oct 28, 2023 10:33 pm

Animated rainbow text demo

Post by catmeow72 »

This is a demo showing rainbow text in which the hue is shifted every frame to create an animation.
This demonstrates real-time palette modification on the VERA.
This was my first Assembly program, which was ported from C.
Version 2:
Use CINT to restore state, rather than manually
screenshot.png
screenshot.png (19.41 KiB) Viewed 3708 times
Source code:
src.zip
(12.77 KiB) Downloaded 223 times
Program:
rnbwtext.prg
(4.02 KiB) Downloaded 205 times
Try It Now!
#R46
Last edited by catmeow72 on Sat Nov 18, 2023 9:53 pm, edited 2 times in total.
kelli217
Posts: 513
Joined: Sun Jul 05, 2020 11:27 pm

Re: Animated rainbow text demo

Post by kelli217 »

Using palette modification to do this and not just modifying the text color attributes in VRAM? Cool!
voidstar
Posts: 359
Joined: Thu Apr 15, 2021 8:05 am

Re: Animated rainbow text demo

Post by voidstar »

Doth the Makefile make the source? Cause that /src folder be empty.
Heck of a Makefile tho, whew!
catmeow72
Posts: 4
Joined: Sat Oct 28, 2023 10:33 pm

Re: Animated rainbow text demo

Post by catmeow72 »

Sorry, forgot that the zip command on Linux doesn't recurse into directories by default.
Post Reply