Wrote a little C# console app that draws a spinning pinwheelβcolorful, centered, and surprisingly smooth.
No physics engine. No graphics library. Just some trigonometry, characters, and color.
It auto-sizes to your console window and spins until you press a key.
If youβre learning C#, or just want to see how much you can do with a console app and a bit of math, this is a fun one to read through.
https://gist.github.com/andrewstellman/00c90773fbe85b68f9dba3d4847f1983
#CSharp #ConsoleApps #CreativeCoding #LearningToCode #GenerativeArt