Press D to enter draw mode

Press S to add a circle

Press F to animate the circle arrangement

|
||
|
|
|||0 selected
0.00s / 0.00s

GPU Strokes Animation

🔄 Initializing GPU Strokes...

JavaScript Scripts

// Launch multiple strokes in patterns
launchStroke(100, 100, 0, 1)
launchStroke(200, 200, 0, 1, { duration: 3.0, loop: true })
launchStroke(300, 300, 1, 0, { startPhase: 0.5 })
Need at least 2 strokes to run scripts