The previous stroke you drew is used as a template and multiple copies of the pointer are spread along it as you draw
- Point Spacing: The distance to space out the copies along the stroke
Like spinning the mirror by hand but with precise control
- Speed: How fast to spin
- Angle X: The axis tilt in the X direction
- Angle Y: The axis tilt in the Y direction
A flock of pointers follows your hand using simple rules to control how they fly
- Number of copies: How many boids in the flock
- Separation Amount: How strongly each boid tries to stay away from others
- Alignment Amount: How closely the boids try and follow the flocks path
- Pointer Attraction: How strongly each boid is attracted to your brush position
{% embed url="https://www.youtube.com/watch?v=WkGY_nXPehc" %}
The pointers follow your brush position but each one moves towards a point where your hand was further back in time
- Copies: The number of strokes to draw at once
- Delay per copy: How far back in time (in frames) for each copy
- Amount: How far between the current and past position to move towards. 0.5 is the midpoint between past and current
{% embed url="https://www.youtube.com/watch?v=e3JXcvarGkI" %}
Copies of your stroke forming an ellipse - with optional color shifts
- Copies: The number of strokes to draw at once
- Eccentricity: How elliptical the shape is
- Axis Consistency: Controls how much the elliptical axis follows your brush position
A simple frame of points following your brush position
{% embed url="https://www.youtube.com/watch?v=JS06ssbbCi0" %}
Like Many Around except the widget always moves to where you start drawing
- Copies: The number of strokes to draw at once
Linear copies of your stroke with optional color shifts
- Copies: The number of strokes to draw at once
- Distance: How far each copy is from the next
Radial copies of your stroke with optional color shifts
- Copies: The number of strokes to draw at once
Autolathe but with multiple lathes.
- Speed: The speed the lathe is spinning
- Angle X: The axis tilt in the X direction
- Angle Y: The axis tilt in the Y direction
Like Autolathe but you can vary the axis orientation
- Speed X: How fast to spin the X axis
- Speed Y: How fast to spin the Y axis
{% embed url="https://www.youtube.com/watch?v=7YxjNvCY8ak" %}
Multiple copies of your brush spaced between your left and right hand positions
- Copies: The number of strokes to draw at once
Copies of your stroke forming an polygon
- Copies: The number of strokes to draw at once
- Sides: The number of sides of the polygon
Copies of your stroke forming an rectangle
- Number of points along width: How many points along the sides
- Number of points along height: How many points along the top and bottom
- Spacing: The distance between each point
- Exterior Only: Whether to create copies just around the perimeter or also fill in the middle
Multiple copies of your brush spinning around your actual brush position
- Copies: The number of strokes to draw at once
- Speed: How fast the extra pointers are rotating
- Radius: The radius of the circle they are rotating around
Copies of your stroke forming a superellipse
- Copies: The number of strokes to draw at once
- n: The parameter that controls the overall shape of the superellipse
- Eccentricity: How elliptical to make the shape
- Axis Consistency: Controls how much the elliptical axis follows your brush position
An example of using an SVG file as a template for symmetry patterns
Similar to SVG but centered around the Symmetry Widget
- Point Spacing: The distance between each pointer around the shape
(Currently removed while I fix a bug)
A line of copies between a guide and the symmetry widget
- Copies: The number of strokes to draw at once
Based on Many Around - this was originally a bug but I liked it so here it is.
- Copies: The number of strokes to draw at once