Turtle

0.1.4

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

* `Turtle` Upgrades
 * `turtle` will return an empty turtle (#112)
 * `turtle` now splats to script methods, enabling more complex input binding (#121)
 * `LSystem` is faster and more flexible (#116)
* New Properties:
 * `get/set_Opacity` (#115)
 * `get/set_PathAnimation` (#117)
 * `get/set_Width/Height` (#125)
* New Methods:
 * `HorizontalLine/VerticalLine` (#126)
 * `Petal` (#119)
 * `FlowerPetal` (#124)
 * `Spirolateral` (#120)
 * `StepSpiral` (#122)
* Fixes:
 * `Turtle.Towards()` returns a relative angle (#123)

---

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

FileList

Version History

Version Downloads Last updated
0.1.4 (current version) 171 8/14/2025
0.1.3 210 8/6/2025
0.1.2 85 8/3/2025
0.1.1 105 7/30/2025
0.1 38 7/29/2025