GraphNode is a graph visualizer written in C++ using the Simple Fast Multimedia Library (SFML).
The fascination with graphs led to the creation of GraphNode. The goal was to build a utility that could provide an intuitive visual representation of complex graph structures. This project also provided an opportunity to explore and experiment with C++ libraries, particularly in the domain of graphics.
- Clone https://github.com/cwangsanata/GraphNode
- Compile the dependencies from SFML website.
- Compile the final project using GCC and CMake.
- SFML Library https://www.sfml-dev.org/download.php (Graphics, Window, and System) - Compile for your own platform via the link (On Windows: Use CMake).