Tuesday, April 21, 2015

OpenGL Samples

[1] OpenGl Tutorial recomended from gamedev
http://ogldev.atspace.co.uk/
[2] OpenGL samples under Windows
      http://www.mbsoftworks.sk/index.php?page=tutorials&series=1

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...