Turtle Walk Overview
Turtle Walk is a path generation plugin for Cavalry based on “turtle” graphics. It works by controlling a virtual turtle that moves step by step using simple drawing instructions. As the turtle moves, it creates a path that can be used as editable geometry inside Cavalry.
What it does
- Generates paths procedurally with a set number of points
- Moves a virtual turtle forward by a set distance
- Rotates the turtle by a specified angle
- Builds complex shapes from simple repeated instructions
- Creates geometric, abstract, and generative drawings that are controlled with simple numbers
Typical uses
Turtle Walk can be used for:
- Geometric illustrations
- Procedural line art
- Repeating patterns
- Spiral and radial drawings
- Educational or experimental motion design setups