Turtle
@psturtle.com
13 followers 15 following 5 posts
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!
Posts Media Videos Starter Packs
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)
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
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
💯

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)
Get-Turtle
Gets turtles in a PowerShell.
psturtle.com
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