Skip to content

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

Notifications You must be signed in to change notification settings

gonuit/goal-based-vector-field-pathfinding

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

No packages published