Let's discover how to open a graphics window and draw inside !
It’s time for generating basic computer graphics project!
This project is about generating a simple wireframe model of a landscape.
This project want us to read given map and generate a isometric projected version in 3d landscape You can change the projection version by your desire !
Sample given map
UPDATE!, now you can clone and start to use it directly in Linux (linux keycodes are used to navigate map)
sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev libbsd-dev
Will install packages that you need.