-
I run the PyOpenGL project, and we generally include a GLE wrapper with our project. With the move to using ctypes for our library, however, we're trying to eliminate the C-level compilation. To make that work we need a DLL build of GLE to be available for Win32 (where compilers are not universal).
I've got a stupid little batch script that lets me build GLE as a DLL, and I can handle...
2007-07-01 16:29:35 UTC by mcfletch
-
GLE is a library of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids. GLE uses the OpenGL(R) API to perform the actual rendering.
The new version 3.1.0 includes new varients of
existing functions that allow alpha-blending (transparency)
to be used. Any subroutines that used to take RGB
arguments now have...
2003-03-18 15:55:14 UTC by linas
-
linas committed patchset 147 of module gle to the The GLE Tubing and Extrusion Library CVS repository, changing 1 files.
2003-03-18 06:11:47 UTC by linas
-
linas committed patchset 146 of module gle to the The GLE Tubing and Extrusion Library CVS repository, changing 2 files.
2003-03-18 06:02:07 UTC by linas
-
linas committed patchset 145 of module gle to the The GLE Tubing and Extrusion Library CVS repository, changing 1 files.
2003-03-18 05:40:03 UTC by linas
-
linas committed patchset 144 of module gle to the The GLE Tubing and Extrusion Library CVS repository, changing 1 files.
2003-03-18 05:38:51 UTC by linas
-
linas committed patchset 143 of module gle to the The GLE Tubing and Extrusion Library CVS repository, changing 12 files.
2003-03-18 05:14:24 UTC by linas
-
linas committed patchset 142 of module gle to the The GLE Tubing and Extrusion Library CVS repository, changing 3 files.
2003-03-18 05:00:13 UTC by linas
-
linas committed patchset 141 of module gle to the The GLE Tubing and Extrusion Library CVS repository, changing 1 files.
2003-03-18 04:55:06 UTC by linas
-
linas committed patchset 140 of module gle to the The GLE Tubing and Extrusion Library CVS repository, changing 5 files.
2003-03-18 04:24:14 UTC by linas