home.social

#consoleapps — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #consoleapps, aggregated by home.social.

  1. 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.

    gist.github.com/andrewstellman

    #CSharp #ConsoleApps #CreativeCoding #LearningToCode #GenerativeArt