coszio / 3d-flock

3d flocking simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Egg-dog Flock

This is a simulation of a flock of egg-dogs roaming around an infinite environment.

Setup Overview

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.

Installing

  1. Install TypeScript

    npm install -g typescript
  2. Install dependencies

    npm install
  3. Start it

    npm run dev
  4. Visit http://127.0.0.1:8080

    You should see the animation, and be able to rotate it further with your mouse.

About

3d flocking simulation

License:MIT License


Languages

Language:TypeScript 83.9%Language:JavaScript 12.0%Language:HTML 4.1%