Skip to content

zhujoel/boids_vue3

Repository files navigation

Boids Simulation in Vue3

Accessible at: https://zhujoel.github.io/boids_vue3/.

Author

Joël ZHU

About

This project simulates complex flocking behaviour as we can naturally see in birds or fishes.

It is largely inspired by Craig Reynolds' algorithm as well as Conrad Parker's pseudocode.

Features

  • Simulate flocking behaviour.
  • Create Prey and Predator flocks.
  • Parameterize rules.
  • Create walls by clicking on the canvas.

Techonology

  • VueJS 3.0
  • TypeScript
  • Node.js
  • PixiJS
  • PrimeVue

How to run

You need Node.js.

Install Node.js on Debian-based distributions:

sudo apt install nodejs npm
npm install
npm run serve

About

boids using vue3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published