Pathfinding Module For Finding Paths On Maps
- TypeScript 92.6%
- HTML 6.5%
- CSS 0.6%
- JavaScript 0.2%
| .github/workflows | ||
| .husky | ||
| .vscode | ||
| .yarn/releases | ||
| src | ||
| test | ||
| visualize | ||
| .editorconfig | ||
| .gitignore | ||
| .gitpod.yml | ||
| .npmignore | ||
| .parcelrc | ||
| .prettierignore | ||
| .prettierrc | ||
| .yarnrc.yml | ||
| jest-bench.config.json | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| svgo.config.json | ||
| tsconfig.json | ||
| yarn.lock | ||
astary
A* pathfinding algorithm and raycating for pathfinding on maps. (and probably more later but who knows ..)
A* supports node weights
Raycating supports walls
Bassically parse an svg and make nodes and walls, raycast the nodes, and pass them to A*