
April 1, 2008
7:30 a.m.
Hello, On Tue, Apr 1, 2008 at 6:24 AM, Maciek Fijalkowski <fijal@genesilico.pl> wrote:
It seems that Version 3 of PyOpenGL migrated from SWIG to ctypes: http://pyopengl.sourceforge.net/ctypes/development.html The source code contains tons of blocks like: # /usr/include/GL/freeglut_std.h 385 glutInitWindowPosition = platform.createBaseFunction( 'glutInitWindowPosition', dll=platform.GLUT, resultType=None, argTypes=[c_int,c_int], doc='glutInitWindowPosition( c_int(x), c_int(y) ) -> None', argNames=('x', 'y'), ) which is more pypy-friendly. -- Amaury Forgeot d'Arc
6196
Age (days ago)
6196
Last active (days ago)
1 comments
2 participants
participants (2)
-
Amaury Forgeot d'Arc
-
Maciej Fijalkowski