zalo / HeuristicPathfinding

A simple testbed for A* Heuristic Embeddings

Home Page:https://zalo.github.io/HeuristicPathfinding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HeuristicPathfinding

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

About

A simple testbed for A* Heuristic Embeddings

https://zalo.github.io/HeuristicPathfinding

License:MIT License


Languages

Language:JavaScript 96.1%Language:HTML 3.9%