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

Elliptical Pinwheel Animation for C# Console

Elliptical Pinwheel Animation for C# Console. GitHub Gist: instantly share code, notes, and snippets.

Gist

Effortless publishing to Azure WebJobs on Linux by Brady Gaster.

https://buff.ly/3Vzi7iX
#cloud #azure #linux #dotnet #webjobs #visualstudio #csharp #consoleapps

Effortless publishing to Azure WebJobs on Linux - Visual Studio Blog

Discover how Visual Studio 2022 simplifies the deployment process with right-click publish to Azure WebJobs on Linux, supporting cross-platform .NET 5.0+ Console Apps

Visual Studio Blog

Christmas MadLib using C# and Spectre.Console (2024 C# Advent) by Michael Eaton.

https://buff.ly/49rXcEi
#csharp #dotnet #terminal #consoleapps #csharpadvent

Christmas MadLib using C# and Spectre.Console (2024 C# Advent)

My entry for the 2024 C# Advent - A Christmas MadLib in C# with Spectre.Console.

same stuff, different day