This web application allows you to draw any single stroke drawing and observe how it can be drawn using revolving circles.
You can control the accuracy of the epicycles (correlates linearily to the amount of circles, accuracy N
results in 2N + 1
circles), as well as the framerate of the simulation.
This web app uses Svelte with Typescript and Vite, as well as Rust WebAssembly for more intensive computations. Drawing is done through p5.js.