Wednesday, October 2, 2024

đź–ĄDunny Demo Mod

This is a port and mod of a SpecBAS graphics demo program by ZXDunny.

You'll find ZXDunny's original program in comments at the bottom of my source code listing.

As per my usual, I've modified the program to animate it, using random colours and random looping parameters.

Once an image is rendered, the program waits 2.5 seconds before clearing the screen and rendering another image.  The program runs in an infinite loop.

Click/touch the screen to pause the program until you release the click/touch.

Enjoy the show !








No comments:

Post a Comment

đź–Ą Geometric Mandalas

As a coding exercise, I wanted to make use of DRAW statements to get plot points for regular polygons repeated around an axis to create geom...