Skip to content

Turtle Graphics in PowerShell #1

@StartAutomating

Description

@StartAutomating

Turtle graphics are a great way to make graphics programming accessible, and can be implemented in PowerShell (or any language) with a little bit of effort. A Turtle graphic draws along a path. It is fundamentally built upon two primitives: Forward() and Right/Rotate(). Each step is effectively a polar coordinate: move N units at the current heading. Thus all we really need for a basic Turtle system is a property bag and a couple of script methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions