Skip to content

zalo/HeuristicPathfinding

Repository files navigation

Visualizing the different ways of embedding traversable manifolds for pathfinding.

Building

This testbed can either be run without building (in Chrome/Edge/Opera since raw three.js examples need Import Maps), or built with:

npm install
npm run build

If building manually, make sure to edit the index .html to point from "./src/main.js" to "./build/main.js".

Dependencies