Pathfinding Module For Finding Paths On Maps
  • TypeScript 92.6%
  • HTML 6.5%
  • CSS 0.6%
  • JavaScript 0.2%
Find a file
2022-10-04 11:56:12 -07:00
.github/workflows Update node.js.yml 2022-10-04 09:24:16 -07:00
.husky Pretty (#3) 2022-10-04 07:59:41 -07:00
.vscode Pretty (#3) 2022-10-04 07:59:41 -07:00
.yarn/releases Initial commit 2022-09-19 22:01:01 -07:00
src forgor to push 2022-10-04 11:56:12 -07:00
test better 2022-10-04 08:05:06 -07:00
visualize forgor to push 2022-10-04 11:56:12 -07:00
.editorconfig stuff that might be messed up by new pr 2022-10-04 07:55:00 -07:00
.gitignore make it a part 2022-09-30 16:27:01 +00:00
.gitpod.yml Pretty (#3) 2022-10-04 07:59:41 -07:00
.npmignore make it a part 2022-09-30 16:27:01 +00:00
.parcelrc Initial commit 2022-09-19 22:01:01 -07:00
.prettierignore Pretty (#3) 2022-10-04 07:59:41 -07:00
.prettierrc normalize line endings, and more! 2022-10-04 10:18:52 -07:00
.yarnrc.yml Pretty (#3) 2022-10-04 07:59:41 -07:00
jest-bench.config.json Pretty (#3) 2022-10-04 07:59:41 -07:00
jest.config.js lmao 2022-10-04 08:03:40 -07:00
package.json verbose jest tests 2022-10-04 10:29:44 -07:00
README.md Pretty (#3) 2022-10-04 07:59:41 -07:00
svgo.config.json Pretty (#3) 2022-10-04 07:59:41 -07:00
tsconfig.json Pretty (#3) 2022-10-04 07:59:41 -07:00
yarn.lock ok 2022-10-04 16:43:29 +00:00

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*