This application allows you to select an image(map) and generate a path between two points in that map.
- C compiler (tested on gcc 5.4.0, Ubuntu 16.04)
- gtk+
$ make clean
$ make
$ ./start
Enter Path to Map: ./img/map-kora-8.png
PLEASE SELECT A START POINT
START POINT SELECTED AT (100, 169)
PLEASE SELECT AN END POINT
END POINT SELECTED AT (168, 364)
CLICK ANYWHERE ON THE MAP TO START PLOTTING
PLOTTING ROUTE
ROUTE HAS BEEN FOUND IN GREEN
$