Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 830 Bytes

readme.md

File metadata and controls

37 lines (22 loc) · 830 Bytes

road_render

Attempt to render road network using GPU power. It is another one of my OpenGL based mini project, see linked repositories for graphics samples project to see more samples like this.

how to build

Install scons, glfw3, glew, osmium, expat and glm library dependencies

Node: On Ubuntu 19.10 this can be done with

sudo apt install scons libglm-dev libglfw3-dev libglew-dev libosmium2-dev libexpat1-dev

command.

and build with

scons -j4

command.

history

We can render directly from Open Street Map dat.

OSM map rendering

Three road elements rendered with simple (flat color based) road shader program in a window.

road element rendered with simple road shader program

Adam Hlavatovic