A Graph Visualization Application that is made as the Project of Group 4 in CS1105 2022-26 at IET, JKLU.
- Download and Install MinGW and GCC.
- Download the releases of raylib and raygui. Unzip the
include
andlib
folders in theinclude
andlib
folders of MinGW. - Clone this Repository using
git clone https://github.com/Swastik2442/graphProject4
. - Edit the Makefile(s) to suit your Development Setup.
- Build the Project using
make
.
Note
This branch contains Extra Code not required for the Project. The Code submitted as the Project is present in the modif branch.