- Lines running from the center of the screen to the edges of the screen.
- A number of random colors stored in an array matching the number of lines.
- In a cycle, all lines are drawn with the colors from the array.
- Before doing another cycle the colors in the array are shifted to the right.
- In the next cycle of drawing the same lines, the shifting of colours will make it look like the lines are animated in a clockwise motion.
Thursday, January 4, 2024
đĽ Line Color Rotation
Subscribe to:
Post Comments (Atom)
đĽ Fractals in Focus : A classic BASIC program with some new twists
This program is a port and mod of Steve Justice's program presented in the "Fractals in Focus" article found in the May 1985 i...
-
This BAM program is a port, with mods, of the GW-BASIC "CALENDAR" program by Taung-Chao Lee and Benito Navarro Mtz, as found on Fa...
-
This program by Charlie Veniot is a port and mod of Ian Witham's C64 program found in this YouTube video. New colours are randomly proje...
-
QB64 is a performance demon. BAM, not so much. So I had to mod this program a fair bit as part of reducing the resolution of the screen. A...
No comments:
Post a Comment