Togl: it is now installed in "OpenGL/Tk/"+sys.platform+"-tk"+Tk().getvar("tk_version") So you can have installed multiple platforms of PyOpenGL in the same place. |
|
More...
|
almost 25 years ago
|
Fixed toString() call (had too many arguments, caused silent crash) |
|
More...
|
almost 25 years ago
|
py/GLU/__init__.py: removed some (debug) print statements |
|
More...
|
almost 25 years ago
|
Togl: added support for Tk 8.3 (needed for Python 2.0 on Windows) |
|
More...
|
almost 25 years ago
|
* setup.py: fixed Beos platform test (Python1.5 "beos", Python2.0 "beos5") * togl_setup.py: - fixed Tk-library-directory guessing code for Win32 (now works with Python2.0) - fixed code which guessed wrong Tk library names (was tk80, now tk8.0) |
|
More...
|
almost 25 years ago
|
* added #!/usr/bin/env as first line for all py-files that can be started from shell * added default parameters for some demos * major cleanup of the srenner demo |
|
More...
|
almost 25 years ago
|
* added missing #ifdef GLU_VERSION_1_2 in src/_glumodule.c * changed C++-style comments in src/openglutil.c to C-style comments |
|
More...
|
almost 25 years ago
|
Rene's Patches to make TkOpenGL install not require installation into the TK directory |
|
More...
|
almost 25 years ago
|
Rene's patch made my change unnecessary, original source restored. |
|
More...
|
almost 25 years ago
|
Rene's patches to fix building/setup routines, minor fix to eliminate "CVS" directories 8<___ from Rene _____ I took a short look at your latest version. It seems you have changed the path of the extemsion modules to 'dynload'. (in 1.5.5 it was 'shared'.) However you forget to change the 'ext_package' line in the setup script. (There is a attached patch to change this.) |
|
More...
|
almost 25 years ago
|
Rene's patches to fix building/setup routines 8<___ from Rene _____ I took a short look at your latest version. It seems you have changed the path of the extemsion modules to 'dynload'. (in 1.5.5 it was 'shared'.) However you forget to change the 'ext_package' line in the setup script. (There is a attached patch to change this.) |
|
More...
|
almost 25 years ago
|
points to the shard/platform directory for shared modules |
|
More...
|
almost 25 years ago
|
Support for building the run-time installation (including demos) |
|
More...
|
almost 25 years ago
|
wgl module imported as "wgl" into the GL namespace, experimental "safety" feature turned off (crashed demos) Oops: Reformatted using tabs. Mucks up the diff :o( . |
|
More...
|
almost 25 years ago
|
Changed imports to use OpenGL.GL instead of using openglutil as a root-level module |
|
More...
|
almost 25 years ago
|
Initial check-in of PyOpenGL 1.5.5 demos |
|
More...
|
almost 25 years ago
|
Distutils setup scripts by Rene, minor alterations to support latest openglutils (needed to include glu libs for the picking function) |
|
More...
|
almost 25 years ago
|
Altered to build on Win32 systems using distutils setup script. Mostly just a reshuffling of header imports, but re-did the win32 checks to use the Pythonic MS_WIN32 define. |
|
More...
|
almost 25 years ago
|
Re-fixed bug in glSelectWithCallback, PyLongFromInt should be PyLongFromUnsignedInt |
|
More...
|
about 25 years ago
|
Fixed bug in glSelectWithCallback, buffer values are unbounded ints they were being returned as Python ints, they should be Python longs. |
|
More...
|
about 25 years ago
|
Removed GLUT_API_VERSION define (was redundant). |
|
More...
|
about 25 years ago
|
Added flag GLUT_API_VERSION=4 for the glut library |
|
More...
|
about 25 years ago
|
ifdef'd all GLUT_API_VERSION 4 calls. Added define to make version 4 the default (you can override with a flag if you like). Upshot is that you should now be able to compile with older glut versions by using a flag, while windows users can use the 3.7 version in the mslibs directory to get the latest functionality. |
|
More...
|
about 25 years ago
|
Altered list of valid modules to include the wgl module (for win32). Allows the build script to create the wgl module automatically and avoids the error message previously generated. |
|
More...
|
about 25 years ago
|
Added the glSelectWithCallback utility function. |
|
More...
|
about 25 years ago
|
Added glNormalPointer and glTexCoordPointer wrappers to allow for using glDrawArrays. |
|
More...
|
about 25 years ago
|
glut libraries & header file updated please use glut32.lib/glut32.dll, ONT glut.lib/glut.dll. |
|
More...
|
about 25 years ago
|
added functions: glGenTextures glBindTexture gluQuadricOrientation gluQuadricTexture gluBuild2DMipmaps glutSetKeyboardUpFuncCallback glutSetSpecialUpFuncCallback glutGameModeString glutEnterGameMode glutLeaveGameMode glutGameModeGet glutIgnoreKeyRepeat glutKeyboardUpFunc glutSpecialUpFunc glu has been extended to glu_num module (because of gluBuild2DMipmaps needing numeric extensions) OpenGL/GLU/__init__.py has been modified accordingly (please s.o. look through it) |
|
More...
|
about 25 years ago
|
Remove old ref to parse_setup_file() in MSWin code. SetupFile classes are now used for this. |
|
More...
|
over 25 years ago
|
Fix a bunch of compiler warnings, many of which were bugs. |
|
More...
|
over 25 years ago
|