navcat
javascript navigation mesh construction and querying library for 3D floor-based navigation
File Explorer
Download Latest Version (.zip)- main.yml
- crowd.ts
- index.ts
- local-boundary.ts
- obstacle-avoidance.ts
- path-corridor.ts
- generate-solo-nav-mesh.ts
- generate-tiled-nav-mesh.ts
- index.ts
- chunky-tri-mesh.ts
- index.ts
- merge-positions-and-indices.ts
- flood-fill-nav-mesh.ts
- index.ts
- index.ts
- blocks.ts
- package.json
- solo-navmesh.ts
- threejs.ts
- tsconfig.json
- 1-whats-a-navmesh.png
- 2-1-navmesh-gen-input.png
- 2-10-navmesh-gen-detail-mesh.png
- 2-2-navmesh-gen-walkable-triangles.png
- 2-3-navmesh-gen-heightfield.png
- 2-4-navmesh-gen-compact-heightfield.png
- 2-5-navmesh-gen-compact-heightfield-distances.png
- 2-6-navmesh-gen-compact-heightfield-regions.png
- 2-7-navmesh-gen-raw-contours.png
- 2-8-navmesh-gen-simplified-contours.png
- 2-9-navmesh-gen-poly-mesh.png
- build.js
- cover.png
- README.template.md
- bridges.blend
- bridges.glb
- cat.gltf
- cat.md
- character.glb
- crowd-simulation-stress-test.blend
- crowd-simulation-stress-test.blend1
- crowd-simulation-stress-test.glb
- doors-and-keys.blend
- doors-and-keys.glb
- doors-and-keys.md
- dungeon.gltf
- game-level.blend
- game-level.glb
- lowpoly__fps__tdm__game__map_by_resoforge.blend
- lowpoly__fps__tdm__game__map_by_resoforge.glb
- lowpoly__fps__tdm__game__map_by_resoforge.md
- nav-test.glb
- proto-level.glb
- tower-big.glb
- example-area-costs.png
- example-area-filters.png
- example-chunky-tri-mesh.png
- example-crowd-simulation-stress-test.png
- example-crowd-simulation.png
- example-custom-gltf-navmesh.png
- example-custom-navmesh-generation.png
- example-doors-and-keys.png
- example-dynamic-navmesh.png
- example-dynamic-obstacles.png
- example-find-diverse-paths.png
- example-find-nearest-poly.png
- example-find-node-path.png
- example-find-path.png
- example-find-random-point-around-circle.png
- example-find-random-point.png
- example-find-shortest-paths.png
- example-find-smooth-path.png
- example-find-straight-path.png
- example-flood-fill-pruning.png
- example-flow-field-pathfinding.png
- example-fps-dynamic-navmesh.png
- example-mark-compact-heightfield-areas.png
- example-move-along-surface.png
- example-multiple-agent-sizes.png
- example-navmesh-constrained-character-controller.png
- example-off-mesh-connections.png
- example-rasterize-filled-volume.png
- example-raycast.png
- example-solo-navmesh.png
- example-tiled-navmesh.png
- example-upload-model.png
- example-base.ts
- flag.ts
- flow-field.ts
- load-gltf.ts
- example-area-costs.ts
- example-area-filters.ts
- example-chunky-tri-mesh.ts
- example-crowd-simulation-stress-test.ts
- example-crowd-simulation.ts
- example-custom-gltf-navmesh.ts
- example-custom-navmesh-generation.ts
- example-doors-and-keys.ts
- example-dynamic-navmesh.ts
- example-dynamic-obstacles.ts
- example-find-diverse-paths.ts
- example-find-nearest-poly.ts
- example-find-node-path.ts
- example-find-path.ts
- example-find-random-point-around-circle.ts
- example-find-random-point.ts
- example-find-shortest-paths.ts
- example-find-smooth-path.ts
- example-find-straight-path.ts
- example-flood-fill-pruning.ts
- example-flow-field-pathfinding.ts
- example-fps-dynamic-navmesh.ts
- example-mark-compact-heightfield-areas.ts
- example-move-along-surface.ts
- example-multiple-agent-sizes.ts
- example-navmesh-constrained-character-controller.ts
- example-off-mesh-connections.ts
- example-rasterize-filled-volume.ts
- example-raycast.ts
- example-solo-navmesh.ts
- example-tiled-navmesh.ts
- example-upload-model.ts
- example.css
- examples.json
- example-area-costs.html
- example-area-filters.html
- example-chunky-tri-mesh.html
- example-crowd-simulation-stress-test.html
- example-crowd-simulation.html
- example-custom-gltf-navmesh.html
- example-custom-navmesh-generation.html
- example-doors-and-keys.html
- example-dynamic-navmesh.html
- example-dynamic-obstacles.html
- example-find-diverse-paths.html
- example-find-nearest-poly.html
- example-find-node-path.html
- example-find-path.html
- example-find-random-point-around-circle.html
- example-find-random-point.html
- example-find-shortest-paths.html
- example-find-smooth-path.html
- example-find-straight-path.html
- example-flood-fill-pruning.html
- example-flow-field-pathfinding.html
- example-fps-dynamic-navmesh.html
- example-mark-compact-heightfield-areas.html
- example-move-along-surface.html
- example-multiple-agent-sizes.html
- example-navmesh-constrained-character-controller.html
- example-off-mesh-connections.html
- example-rasterize-filled-volume.html
- example-raycast.html
- example-solo-navmesh.html
- example-tiled-navmesh.html
- example-upload-model.html
- index.html
- package.json
- tsconfig.json
- vite-env.d.ts
- vite.config.ts
- build-context.ts
- common.ts
- compact-heightfield-regions.ts
- compact-heightfield.ts
- contour-set.ts
- heightfield.ts
- index.ts
- input-triangle-mesh.ts
- nav-mesh-tile.ts
- poly-mesh-detail.ts
- poly-mesh.ts
- poly-neighbours.ts
- bv-tree.ts
- find-path.ts
- find-smooth-path.ts
- find-straight-path.ts
- index.ts
- local-neighbourhood.ts
- nav-mesh-api.ts
- nav-mesh-search.ts
- nav-mesh.ts
- node.ts
- debug.ts
- geometry.ts
- index-pool.ts
- index.ts
- debug.ts
- get-positions-and-indices.ts
- index.ts
- chunky-tri-mesh.test.ts
- compact-heightfield.test.ts
- geometry.test.ts
- heightfield.test.ts
- move-along-surface.test.ts
- nav-mesh-api.test.ts
- node-graph.test.ts
- node.test.ts
- path-corridor.test.ts
- car.glb
- cat.md
- laserpointer.glb
- nav-test.glb
- office.glb
- index.css
- index.ts
- load-gltf.ts
- .gitignore
- build.sh
- car.blend
- car.blend1
- index.html
- laserpointer.blend
- laserpointer.blend1
- office.blend
- office.blend1
- office.md
- package.json
- tsconfig.json
- vite-env.d.ts
- vite.config.ts
- .gitignore
- biome.json
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- rollup.config.mjs
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/isaac-mason/navcat
Downloads the entire project code from GitHub to your computer.
cd navcat
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
> npm install navcat
Downloads and installs the libraries listed in package.json.
npm install navcat
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
