This is a simulation of a flock of egg-dogs roaming around an infinite environment.
It uses webpack-dev-server for the development build, and NodeJS with Express for production build.
Both server and client projects are written in TypeScript.
-
Install TypeScript
npm install -g typescript
-
Install dependencies
npm install
-
Start it
npm run dev
-
Visit http://127.0.0.1:8080
You should see the animation, and be able to rotate it further with your mouse.