Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 241 Bytes

Svelte + Boids

An interactive flocking simulation based on Boid's algorithm

See the live demo here!

To start the webapp:

npm run dev

or

yarn dev

Built with Svelte + Vite + TS