Skip to content

gonuit/goal-based-vector-field-pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal-Based Vector Field Pathfinding

screen screen screen

1. Setup

1.1. Download packages

yarn

or

npm install

1.2. Run project

1.2.1 Development

yarn dev

or

npm run dev

1.2.2 Production

yarn build

or

npm run build

2. About

2.1 Technologies

  • TypeScript
  • Web workers (multi threading)
  • PIXI.JS (faster rendering of particles than in Phaser.js - Phaser.js also uses the PIXI.JS framework, but an older, heavily modified version) (WebGL)

About

Multi-thread TypeScript goal based vector field pathfinding implementation using pixi.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors