Skip to content

LibGDX navigation mesh using constrained Delaunay triangulation

License

Notifications You must be signed in to change notification settings

ShibaBandit/gdx-navmesh

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2018
Oct 2, 2018
Aug 15, 2018
Aug 15, 2018
Aug 15, 2018
Aug 15, 2018
Aug 8, 2018
Oct 2, 2018
Oct 2, 2018
Aug 15, 2018
Aug 15, 2018
Aug 20, 2018

Repository files navigation

gdx-navmesh

Contents:

Overview

LibGDX AI navigation mesh using constrained Delaunay triangulation.

Provides:

  • NavMeshPathFinder for high-level navmesh pathfinding.
  • NavMeshClipper for pre-processing JTS Geometry to poly2tri geometry.
  • NavMeshStringPuller for taking a pathing route and winding it around the navmesh.

See:

Dependency

Maven
<dependency>
    <groupId>io.github.shibabandit</groupId>
    <artifactId>gdx-navmesh</artifactId>
    <version>0.3.0</version>
</dependency>
Gradle
compile 'io.github.shibabandit:gdx-navmesh:0.3.0'

Examples

See the src/test subdirectory for examples.

Issues

Reporting

Use the Github issue tracker.

Known Issues

Contributing

See CONTRIBUTING

License

http://www.apache.org/licenses/LICENSE-2.0.html

Authors

See AUTHORS

About

LibGDX navigation mesh using constrained Delaunay triangulation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages