Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

A program to generate a set of convex hulls from a list of arbitrary polygons, then find a path around them

Notifications You must be signed in to change notification settings

callumvanzyl/convex-hull-pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convex-hull-pathfinder

A program to generate a set of convex hulls from a list of arbitrary polygons, then find a path around them. Convex hulls are found in a divide-and-conquer manner and are bruteforced using Andrew’s montone chain convex hull algorithm. Paths are found using rudimentary raycasting.

Controls

Key Function
Left mouse Add point to current polygon
Right mouse Confirm current polygon
Q Place waypoint
E Find path between waypoints

Screenshots

About

A program to generate a set of convex hulls from a list of arbitrary polygons, then find a path around them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages