Turtle

0.2.0

Turtles in a PowerShell

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Turtle

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Turtle

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2025 Start-Automating

Package Details

Author(s)

  • James Brundage

Tags

PowerShell Turtle SVG Graphics Drawing L-System Fractal

Functions

Get-Turtle Move-Turtle New-Turtle Set-Turtle Save-Turtle

Dependencies

This module has no dependencies.

Release Notes

## Turtle 0.2:

### Turtles All The Way Down

A turtle can now contain `.Turtles`
Which can contain `.Turtles`
Which can contain `.Turtles`
Which can contain `.Turtles`...

* Turtles all the way down (#206)
 * `Turtle.get/set_Turtles` (#207)
 * `Turtle.get_SVG` supports children (#209)
 * `Turtle.get_Canvas` rasterization improvement (#210)
 * `Turtle.Towards()` multiple targets (#211)
 * `Turtle.Distance()` multiple targets (#212)
* `Turtle.Morph` supports stepwise animation (#215)
* Small fixes
 * `Turtle.Step()` uses Add (#213)
 * `Turtle.set_Steps` initialization fix (#214)
 * `Turtle.set_Duration` anytime (#216)
 * `Turtle.get_SVG` empty viewbox support (#218)
 * `Turtle.get/set_SVGAttribute` (#219)
 * `Turtle.get/set_SVGAnimation` (#220)
 * `Turtle.get/set_PathTransform` (#217)
 * `Turtle.Forward()` removing rounding (#221)

---

Additional details available in the [CHANGELOG](https://github.com/PowerShellWeb/Turtle/blob/main/CHANGELOG.md)

Please:

* [Like](https://github.com/PowerShell/Turtle)
* [Share](https://psturtle.com/)
* Subscribe
 * [psturtle.com](https://bsky.app/profile/psturtle.com)
 * [mrpowershell.com](https://bsky.app/profile/mrpowershell.com)
 * [StartAutomating](https://github.com/StartAutomating)
 * [PowerShellWeb](https://github.com/PowerShellWeb)
* Sponsor [StartAutomating](https://github.com/sponsors/StartAutomating)

FileList

Version History

Version Downloads Last updated
0.2.0 (current version) 166 9/9/2025
0.1.10 191 9/1/2025
0.1.9 99 8/29/2025
0.1.8 66 8/26/2025
0.1.7 25 8/26/2025
0.1.6 76 8/23/2025
0.1.5 37 8/22/2025
0.1.4 190 8/14/2025
0.1.3 211 8/6/2025
0.1.2 86 8/3/2025
0.1.1 106 7/30/2025
0.1 39 7/29/2025
Show more