rurush47 / ca-pathfinding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathfinding implementation using Three.js

Features:

  • basic steering behaviour
  • A* pathfinding
  • slowing and avoidance forces
  • Reynolds path following
  • interactive scene

Technology:

  • Three.js
  • Typescript support.
  • Webpack
  • Html plugin
  • BrowserSync

Usage

Install Typscript

npm install typescript -g

Start

$ git clone https://github.com/pinqy520/three-typescript-starter.git
$ cd three-typescript-starter
$ npm install # or yarn
$ npm start

About

License:MIT License


Languages

Language:TypeScript 93.3%Language:JavaScript 6.2%Language:HTML 0.4%Language:CSS 0.2%