New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

navmesh

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

navmesh

A library for fast pathfinding using navigation meshes in JS

  • 2.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
691
decreased by-14.59%
Maintainers
1
Weekly downloads
 
Created
Source

NavMesh

A JS plugin for fast pathfinding using navigation meshes.

For usage information, see: mikewesthad/navmesh.

Changelog

Version 2.2.0

  • Feature: NavMesh#isPointInMesh allows you to check if a point is inside of the navmesh.
  • Feature: NavMesh#findClosestMeshPoint allows you to find the nearest point on the mesh to a given location.
  • Feature: buildPolysFromGridMap allows you to build polygons for a navmesh using a 2D array of a grid-based level.

Version 2.1.0

  • Converted library to TypeScript.

Version 2.0.4

  • Internal optimization #26: thanks to @herohan and seowoo.

Version 2.0.3

  • Bug: fixed webpack config so that it applied babel transform and so that it worked under node environments, thanks to @will-hart

Version 2.0.2

  • Initial publish of changelog

Keywords

FAQs

Package last updated on 28 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc