资 源 简 介
This project is my thesis!
Ilo is a 3D graphic engine
Programed in Python 2.6 programing language with OpenGL 3.0 graphics librily and QT4.5 framework.
How to run (Ubuntu Linux):
* Install Subversion
* Install Python 2.6
* Installing PyOpenGL (http://pyopengl.sourceforge.net/documentation/installation.html)
1. Install standard development tools and language support... sudo aptitude install gcc freeglut3 libgle3 python-dev python-setuptools python-virtualenv
1. Now the "real" packages sudo aptitude install python-pygame python-numpy python-imaging
1. Normally you"ll want to set up a "virtualenv" here and activate it before doing the easy_install
1. For Just PyOpenGL easy_install PyOpenGL PyOpenGL-accelerate
1. Or, for the OpenGLContext testing/demo environment... easy_install OpenGLContext-