where are the program that are written in python?

Xavier Ho contact at xavierho.com
Sun May 23 01:49:05 EDT 2010


On Sun, May 23, 2010 at 3:35 PM, sturlamolden <sturla at molden.no> wrote:

> Yes I know about PyOpenGL, but then there is the speed argument: From
> C I can make epeated calls to functions like glVertex4f with minial
> loss of efficacy. Calling glVertex4f from Python (e.g. PyOpenGL) would
> give me the Python (and possibly ctypes) overhead for each call, which
> is considerable.
>

Not to counter your arguement, but I would just like to point out that
calling glVertex*() repeatedly is always not as efficient as using a VBO or
a display list.

Cheers,
Xav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100523/fcbf6528/attachment-0001.html>


More information about the Python-list mailing list