Skip to content

Visualization of A* Path Finding in C

Notifications You must be signed in to change notification settings

akhilmd/ds-sem3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of A* Path Finding in C

This application allows you to select an image(map) and generate a path between two points in that map.

Prerequisites

  • C compiler (tested on gcc 5.4.0, Ubuntu 16.04)
  • gtk+

Screenshot

screenshot

How to build

Building for Ubuntu:
$ make clean
$ make
Running:
$ ./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
$

Releases

No releases published

Packages

No packages published