Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 413 Bytes

Apollonian Circles

A simple art app where you click to create circles. The longer you hold, the larger the circle gets. Circles collide and stop growing if they run out of space. You can zoom in (a lot).

It's live! apollonian-circles.vercel.app

Why

Developed as a technical challenge. Currently uses SVG to render circles, but will use WebGPU in next iterations.