Sunday, February 11, 2024

🖥 Rotating Concentric Squares

Having a little fun with the DRAW statement and a fair bit of randomness in every drawing cycle.

  • either draw from the middle of the screen outward, or draw from the edge of the screen inward
  • random (but fixed) increase/decrease of square sizes
  • random (but fixed) increments in angles for each square
  • random color choice




No comments:

Post a Comment

🖥 "Spirographed" ellipses to create a colorful (32-bit, gradiant) spherical shape

This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach. The program generate...