Turtle's Avatar

Turtle

@psturtle.com.bsky.social

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!

17 Followers  |  15 Following  |  5 Posts  |  Joined: 31.08.2025  |  1.7441

Latest posts by psturtle.com on Bluesky

Preview
Get-Turtle Turtle Graphics in PowerShell. Draw any image with turtles in a powershell.

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!

04.11.2025 01:23 โ€” ๐Ÿ‘ 17    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - PowerShellWeb/Turtle: Turtles in a PowerShell Turtles in a PowerShell. Contribute to PowerShellWeb/Turtle development by creating an account on GitHub.

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 <element>

Have fun!

03.11.2025 20:07 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Random spiderwebs built with Turtle.

Random spiderwebs built with Turtle.

Random spiderwebs built with Turtle.

Random spiderwebs built with Turtle.

Random spiderwebs built with Turtle.

Random spiderwebs built with Turtle.

Random spiderwebs built with Turtle.

Random spiderwebs built with Turtle.

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)

12.10.2025 01:11 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
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,

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

10.09.2025 19:09 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
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,

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

09.09.2025 17:51 โ€” ๐Ÿ‘ 3    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
turtle FillRule 'evenodd' Fill '#4488ff' stroke '#224488' @('MooreCurve', 42, 4, 'Rotate', 90 * 4) save $home/GimmeMoore.png

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

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

08.09.2025 18:25 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
The more copies and rotations you add to a StarFlower, the more it seems to look like an eye (to me).

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

The more copies and rotations you add to a StarFlower, the more it seems to look like an eye (to me). ~~~PowerShell turtle starflower 420 (360/31) 31 31 stroke '#224488' fill '#4488ff' fillrule 'evenodd' save "$home/Starflower2.png" ~~~

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

06.09.2025 18:38 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Get-Turtle Gets turtles in a PowerShell.

๐Ÿ’ฏ

Of course as a graphics programmer I'm biased ๐Ÿ˜Ž

Apropos of nothing, here are a bunch of pretty pictures made with #Turtle #Graphics and #PowerShell.

psturtle.com/Commands/Get...

Turtle Graphics are absurdly easy to learn and implement, and way too much fun!

(they also peel back the universe)

06.09.2025 04:35 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
A pair of Sierpinski Triangles (initially rotated at 60 degrees, one reflected, one not)

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

A pair of Sierpinski Triangles (initially rotated at 60 degrees, one reflected, one not) ~~~PowerShell turtle rotate 60 SierpinskiTriangle 42 5 SierpinskiTriangle -42 5 fill '#4488ff' stroke '#224488' save "$home/SierpinskiTriangleReflection.png" ~~~

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

06.09.2025 03:55 โ€” ๐Ÿ‘ 9    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@psturtle.com is following 14 prominent accounts