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!
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!
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!
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.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!
Turns out a #Turtle can draw a Spiderweb!
#MathArt #Fractal #Halloween #Spider #TurtlePower
psturtle.com
(feature coming next build)
Turns out a #Turtle can draw a Spiderweb!
#MathArt #Fractal #Halloween #Spider #TurtlePower
psturtle.com
(feature coming next build)
Join us tonight @ 6pm pacific to learn about drawing pretty pictures, #Fractals, and #Graphs in #PowerShell!
www.meetup.com/pacific-powe...
Join us tonight @ 6pm pacific to learn about drawing pretty pictures, #Fractals, and #Graphs in #PowerShell!
www.meetup.com/pacific-powe...
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...
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...
#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
#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
A StarFlower 👽😎
~~~PowerShell
turtle starflower 420 (360/31) 31 31 stroke '#224488' fill '#4488ff' fillrule 'evenodd' save "$home/Starflower2.png"
~~~
#Fractal #FractalArt #Math #PowerShell
A StarFlower 👽😎
~~~PowerShell
turtle starflower 420 (360/31) 31 31 stroke '#224488' fill '#4488ff' fillrule 'evenodd' save "$home/Starflower2.png"
~~~
#Fractal #FractalArt #Math #PowerShell
~~~PowerShell
turtle rotate 60 SierpinskiTriangle 42 5 SierpinskiTriangle -42 5 fill '#4488ff' stroke '#224488' save "$home/SierpinskiTriangleReflection.png"
~~~
#PowerShell #SVG #Turtle #Graphics #TurtlePower
~~~PowerShell
turtle rotate 60 SierpinskiTriangle 42 5 SierpinskiTriangle -42 5 fill '#4488ff' stroke '#224488' save "$home/SierpinskiTriangleReflection.png"
~~~
#PowerShell #SVG #Turtle #Graphics #TurtlePower