Skip to content

martinmaxk/Any-Angle-Pathfinding-Bachelor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Any-Angle-Pathfinding-Bachelor

Benchmark various Any-Angle-Pathfinding algorithms on pre-made maps created for the purpose.

This includes A* on Visibility Graphs (reduced and not), Theta* and 8-directional A* with and without post-smoothing on grids.

This implementation supports rectangular characters on grids and polygonal characters with a Visibility Graph. On Visibility Graphs, obstacles are expanded by using triangulation and Minkowski sums and the union of these polygons is found before building the Visibility graph.

To perform benchmarking, in the terminal execute

dotnet run ExperimentXMap --configuration Release

where "X" is map 1-5.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages