A flocking algorithm implementation in TypeScript.
You can see it in action here. Press the button to randomize the boid behaviour and appearance.
Build the project with Parcel:
npm run build
Run the tests with ts-jest:
npm run tests
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A flocking algorithm implementation in TypeScript.
You can see it in action here. Press the button to randomize the boid behaviour and appearance.
Build the project with Parcel:
npm run build
Run the tests with ts-jest:
npm run tests