jdlennoxs / boids

3D flock of birds using three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boids

An experiment using three.js and typescript to implement an efficiently built 3D flocking simulation.

The flying objects will use three principles outlined by Craig Reynolds

Build

The project can be built with the typescript compiler, requires typescript to be installed on your machine, or taken directly from the build output app.js

tsc

Then open main.html in a browser.

About

3D flock of birds using three.js


Languages

Language:JavaScript 98.6%Language:TypeScript 1.1%Language:CSS 0.2%Language:HTML 0.1%