l00sed / p5js-boids-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boids

Flocking simulation with boids, written in Typescript. Uses ESNext module syntax and Webpack packaging.

image

Installation and Running

Tested: npm: 8.1.4 node: 14.18.1

  1. git clone https://github.com/l00sed/p5js-boids-ts.git
  2. cd p5js-boids-ts
  3. npm install (only once, to install dependencies and setup NPM environment)
  4. npm start (run Webpack based on config, start local server on port 8080)
  5. F5 to start the debugger in Chrome

Use npm run build to build a /dist folder.

About


Languages

Language:TypeScript 86.7%Language:JavaScript 7.0%Language:SCSS 6.3%