Friday, February 23, 2024

🖥 Mesmerizing Swirly Thing

This program is a port and mod of a program by Cory Smith.

The mods:

  • addition of animation
  • color transitions 
  • code refactoring to accommodate my needs

An animated program that swirls a circular area in the  middle of the screen.

The swirl goes one direction and then unswirls and swirls the opposite direction.

Back and forth.  Transitioning from a color at the end of a swirl to another color at the end of the opposite swirl.



No comments:

Post a Comment

📚 Simulating OOP Methods in BAM Using GOSUB

BASIC Anywhere Machine's GOSUB implementation allows using numeric expressions for dynamic line numbers or using string expressions for ...