Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 417 Bytes

Graph visualizer

The program tests 3 different layouts for graph visualization.

The main goal of the project was to implement layout algorithms using OpenGL's Compute Shaders. Due to low shared memory avalaible, implementation uses brute force method although it can be improved.

Requirements

  • libsdl2-dev

Build steps:

  • clone projects
  • unzip external.zip
  • if libsdl2-dev is installed, run ./build.sh