Monday, March 1, 2010

Python and OpenGL - first steps

First you need to install python .
Second you need to install pyopengl module.
This is easy if we use some linux distributions.
On Fedora we can use command yum.
On Debian and Ubuntu we can use apt-get.
At last we need some basicaly examples.
We can get some examples from:PyOpenGL-Demo
But this is not all we will need more.
To go on next step we will need to read OpenGL specifications.
Try to use search on internet to see more about OpenGL.

10 comments:

  1. 若對自己誠實,日積月累,就無法對別人不忠了。........................................

    ReplyDelete
  2. I recommnd http://www.opengl.org/
    I find here: OPEN GL Reference Pages and Codin resources.
    Good Luck!

    ReplyDelete