Skip to content

A very simple OpenGL renderer for road-networks. Mostly self-contained, but still needs GLFW and GLEW.

Notifications You must be signed in to change notification settings

niklas88/simplestGraphRendering

 
 

Repository files navigation

The Simplest Graph Renderer there is

Dependencies:

* GLEW
* OpenGL
* GLFW

To build super lazy on Linux:

./build.sh 

To build:

mkdir build
cd build
cmake ../

To run (in build):

./simple -gf saarland.gl

About

A very simple OpenGL renderer for road-networks. Mostly self-contained, but still needs GLFW and GLEW.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.5%
  • C++ 4.9%
  • Other 0.6%