Skip to content

sansajn/road_render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

rendering road network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published