Re: [PyOpenGL-Users] Pyopengl same as opengl?
Brought to you by:
mcfletch
From: altern <al...@gm...> - 2006-06-12 15:58:17
|
hi Tham Tham Ting Hoi escribió: > is pyopengl similar to opengl in its performace? Looks like none has answered you about this. I cannot give too much info as I have hardly use openGL outside of python. But as far as I understand pyopengl is pretty fast as it is just a tiny layer of python on top of C opengl code, what it is NOT that fast compared to C, is Python. This means that if you do very simple program your performance could be ok, but if there is a lot of python code to be executed every frame then you will find that the frame rate will drop. Keep in mind that opengl can be used within many different languages, each of them offers benefits and drawbacks. however, as i said before, i am not an expert at all. > thanks for any answer. i hope it helps best -- enrike |