Turtle
psturtle.com
Turtle
@psturtle.com
Turtles in a PowerShell

A Turtle Graphics engine written in PowerShell.

Here to post pretty pictures to the big BlueSky.

https://psturtle.com/

Install-Module Turtle
Import-Module Turtle

turtle # draw stuff!
Getting ready for Halloween with #Turtle and #PowerShell

Turns out a #Turtle can draw a Spiderweb!

#MathArt #Fractal #Halloween #Spider #TurtlePower

psturtle.com

(feature coming next build)
October 12, 2025 at 1:11 AM
Moore Curves look pretty cool when multiplied and rotated.

#Turtle #Graphics #TurtlePower #Fractal

~~~PowerShell
turtle FillRule 'evenodd' Fill '#4488ff' stroke '#224488' @('MooreCurve', 42, 4, 'Rotate', 90 * 4) save $home/GimmeMoore.svg
~~~

Mostly unrelated music:

youtu.be/elueA2rofoo
September 8, 2025 at 6:25 PM
What do you get when you rotate a repeat a star in #Turtle #Graphics?

A StarFlower 👽😎

~~~PowerShell
turtle starflower 420 (360/31) 31 31 stroke '#224488' fill '#4488ff' fillrule 'evenodd' save "$home/Starflower2.png"
~~~

#Fractal #FractalArt #Math #PowerShell
September 6, 2025 at 6:38 PM
Some #Fractal #Friday #Fun

~~~PowerShell
turtle rotate 60 SierpinskiTriangle 42 5 SierpinskiTriangle -42 5 fill '#4488ff' stroke '#224488' save "$home/SierpinskiTriangleReflection.png"
~~~

#PowerShell #SVG #Turtle #Graphics #TurtlePower
September 6, 2025 at 3:55 AM