Releases: PowerShellWeb/Turtle
Releases · PowerShellWeb/Turtle
Turtle 0.1.1
Turtle 0.1.1:
- Updates:
- Turtle.get/set_IDallows for turtle identifiers
- Turtle.ToString()stringifies the SVG
 
- Fixes:
- Fixing GoTo/Teleport (#90)
- Fixing Position default (#85) (thanks @ninmonkey !)
- Fixing Turtle Action ID (#89)
 
- New:
- New Fractals:
Turtle 0.1:
- Initial Release
- Builds a Turtle Graphics engine in PowerShell
- Core commands
- Get-Turtle(alias- turtle) runs multiple moves
- New-Turtlecreate a turtle
- Move-Turtleperformas a single move
- Set-Turtlechanges a turtle
- Save-Turtlesaves a turtle
 
turtle Forward 10 Rotate 120 Forward 10 Roate 120 Forward 10 Rotate 120 |
    Set-Turtle Stroke '#4488ff' |
    Save-Turtle ./Triangle.svg- Core Object
- .Headingcontrols the turtle heading
- .Stepsstores a list of moves as an SVG path
- .IsPenDowncontrols the pen
- .Forward()moves forward at heading
- .Rotate()rotates the heading
- .Square()draws a square
- .Polygon()draws a polygon
- .Circle()draws a circle (or partial circle)
 
- LSystems
- Turtle can draw a L system.  Several are included:
- BoxFractal
- GosperCurve
- HilbertCurve
- KochCurve
- KochIsland
- KochSnowflake
- MooreCurve
- PeanoCurve
- SierpinskiTriangle
- SierpinskiCurve
- SierpinskiSquareCurve
- SierpinskiArrowheadCurve
- TerdragonCurve
- TwinDragonCurve
 
 
- Turtle can draw a L system.  Several are included:
turtle SierpinskiTriangle 10 4 |
    Set-Turtle Stroke '#4488ff' |
    Save-Turtle ./SierpinskiTriangle.svg    Turtle 0.1
Turtle 0.1:
- Initial Release
- Builds a Turtle Graphics engine in PowerShell
- Core commands
- Get-Turtle(alias- turtle) runs multiple moves
- New-Turtlecreate a turtle
- Move-Turtleperformas a single move
- Set-Turtlechanges a turtle
- Save-Turtlesaves a turtle
 
turtle Forward 10 Rotate 120 Forward 10 Roate 120 Forward 10 Rotate 120 |
    Set-Turtle Stroke '#4488ff' |
    Save-Turtle ./Triangle.svg- Core Object
- .Headingcontrols the turtle heading
- .Stepsstores a list of moves as an SVG path
- .IsPenDowncontrols the pen
- .Forward()moves forward at heading
- .Rotate()rotates the heading
- .Square()draws a square
- .Polygon()draws a polygon
- .Circle()draws a circle (or partial circle)
 
- LSystems
- Turtle can draw a L system.  Several are included:
- BoxFractal
- GosperCurve
- HilbertCurve
- KochCurve
- KochIsland
- KochSnowflake
- MooreCurve
- PeanoCurve
- SierpinskiTriangle
- SierpinskiCurve
- SierpinskiSquareCurve
- SierpinskiArrowheadCurve
- TerdragonCurve
- TwinDragonCurve
 
 
- Turtle can draw a L system.  Several are included:
turtle SierpinskiTriangle 10 4 |
    Set-Turtle Stroke '#4488ff' |
    Save-Turtle ./SierpinskiTriangle.svg