Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 654 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 654 Bytes

source: https://github.com/AidanHaddonWright/OpenGL_tutorials/blob/master/Lessons/02-%20Creating_a_first_person_perspective/main.py

Install Simulator

install pyopengl from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopengl

install these .whl files for 64 bits:

pip install PyOpenGL-3.1.1-cp27-cp27m-win_amd64.whl
pip install PyOpenGL_accelerate-3.1.1-cp27-cp27m-win_amd64.whl

install these .whl files for 32 bits:

pip install PyOpenGL-3.1.1-cp27-cp27m-win32.whl 
pip install PyOpenGL_accelerate-3.1.1-cp27-cp27m-win32.whl

installer PIL installer wxPython

Utilisation

TODO