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!
Reposted by Turtle
New bits of #Turtle #PowerShell are out! 🐢

Check out more than 130 examples of #TurtleGraphics #MathArt with short source code.

psturtle.com/Commands/Get...

Turtles can live in #HTML and use #CSS.

They're a great way to generate #SVG assets for #WebDev and #GameDev.

Enjoy the new #TurtlePower!
Get-Turtle
Turtle Graphics in PowerShell. Draw any image with turtles in a powershell.
psturtle.com
November 4, 2025 at 1:23 AM
Reposted by Turtle
New bits of #Turtle #PowerShell just dropped!

github.com/PowerShellWe...

So much more #TurtlePower to play with, including:

- #Bezier Curves
- Pie Graphs
- Circle Arcs
- Suns
- Vastly improved #SVG feature support
- #CSS Keyframe support
- Turtles can now be any

Have fun!
GitHub - PowerShellWeb/Turtle: Turtles in a PowerShell
Turtles in a PowerShell. Contribute to PowerShellWeb/Turtle development by creating an account on GitHub.
github.com
November 3, 2025 at 8:07 PM
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
Reposted by Turtle
A little less than six hours left until it's time to talk #Turtle #Graphics and #PowerShell!

Join us tonight @ 6pm pacific to learn about drawing pretty pictures, #Fractals, and #Graphs in #PowerShell!

www.meetup.com/pacific-powe...
Turtles All The Way Down, Wed, Sep 10, 2025, 6:00 PM | Meetup
Please, join us this month at the Pacific PowerShell User group. We’ll be talking about Turtle Graphics in PowerShell. Turtle Graphics are a great way to generate images,
www.meetup.com
September 10, 2025 at 7:09 PM
Reposted by Turtle
Hey #PowerShell people:

Join us tomorrow night for the Pacific PowerShell User Group, where we will talk about "Turtles all the Way Down"

Drop by to learn about #Turtle #Graphics in #PowerShell, #Math, and #SVG.

We'll cover the basics and show off some new toys.

www.meetup.com/pacific-powe...
Turtles All The Way Down, Wed, Sep 10, 2025, 6:00 PM | Meetup
Please, join us this month at the Pacific PowerShell User group. We’ll be talking about Turtle Graphics in PowerShell. Turtle Graphics are a great way to generate images,
www.meetup.com
September 9, 2025 at 5:53 PM
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