345 Mike C. Fletcher 2009-12-21 {release-3.0.1b2}
Fixes to the late-bind base-classes and users to get test suite passing.
344 Mike C. Fletcher 2009-12-21
Use the latebind cython module to speed up wrapper and lazywrapper modules.
343 Mike C. Fletcher 2009-12-21
Module providing acceleration for wrapper and lazywrapper operations.
342 Mike C. Fletcher 2009-12-13
Restore the original entry-point mechanism
341 Mike C. Fletcher 2009-12-13
Track deprecations along function life-cycle.
340 Mike C. Fletcher 2009-12-13
Declare the argument names for glut callback registration functions
339 Mike C. Fletcher 2009-12-13
Make all lazywrappers sub-classes of the same base class...
338 Mike C. Fletcher 2009-12-12
Explicitly include the license.txt in the OpenGL_accelerate module package.
337 Mike C. Fletcher 2009-12-12
Force manifest regeneration for setup script (accelerate setup)
336 Mike C. Fletcher 2009-12-11
Always rebuild manifest to catch new files.
335 Mike C. Fletcher 2009-12-11
Remove Numarray support
334 Mike C. Fletcher 2009-12-11
Version bump
333 Mike C. Fletcher 2009-12-11
Version bump
332 Mike C. Fletcher 2009-12-11
Add simple test that imports with deprecations turned on.
331 Mike C. Fletcher 2009-12-11
Remove the old deprecations filter module
330 Mike C. Fletcher 2009-11-25
SF#2903797 raise ImportError if there is no GL implementation at all
SF#2903797 allow for cases on Win32 or GLX where there is no GLU library (Darwin's GLU is the OpenGL library itself).
329 Mike C. Fletcher 2009-11-19
Eliminate use of callable, reduce un-specified integer divisions, eliminate use of has_key for dictionary checks (reduce python -3 warning messages)
328 Mike C. Fletcher 2009-11-19
Remove use of "callable" in wrapper.pyx (avoid -3 deprecation warning)
327 Mike C. Fletcher 2009-11-18
Regenerated extensions with glGet registrations updated and extension summaries and links moved into wrapper docstring instead of raw docstring. Links are also now far more likely to be correct.
326 Mike C. Fletcher 2009-11-18
Update glget size registry, update base url for extensions registry
325 Mike C. Fletcher 2009-11-18
Updating array-sizes
324 Mike C. Fletcher 2009-11-18
Convenience module to provide framebuffer_object support using ARB or EXT versions with check function.
323 Mike C. Fletcher 2009-11-18
Add some convenience/consistency aliases for constants
322 Mike C. Fletcher 2009-11-18
Remove accidentally checked in source texts for AMD extensions
321 Mike C. Fletcher 2009-11-18
Missing imports of the lazy wrapper for two extensions.
320 Mike C. Fletcher 2009-11-18
Missing import of the base constant during the registration
319 Mike C. Fletcher 2009-11-18
Missing declaration of the new GLsync type added.
318 Mike C. Fletcher 2009-11-14
SF#2897786 missing image-format registration for packed depth+stencil buffer format, unfortunately, no tests provided.
317 Mike C. Fletcher 2009-11-13
Experimental vbo mapping code
316 Mike C. Fletcher 2009-11-10 {release-3.0.1b1}
SF#2895081 more constants added for glGet, basically everything that my machine can use, which means it should pretty well cover OpenGL 2.1, but there's not likely to be any support beyond that :(
315 Mike C. Fletcher 2009-11-10
Aborted attempt to introduce generic defaulted parameters for wrappers...
314 Mike C. Fletcher 2009-11-10
SF#2895081 missing constants for glGet registration added
313 Mike C. Fletcher 2009-11-10
Script to write the changelog, instead of looking up parameters every time
312 Mike C. Fletcher 2009-11-10
Bump version for OpenGL_accelerate.
Fix bug in togl.py script for use under Python 2.5 (was attempting to write a directory)
311 Mike C. Fletcher 2009-11-09
A partial import from the accelerator module could cause a complete failure due to a missing entry point
310 Mike C. Fletcher 2009-11-09
Eliminate error-suppression warning when module cleanup happens before vbo cleanup is called.
309 Mike C. Fletcher 2009-11-09
Fix for gluProject on Ubuntu where somehow ctypes returns a None instead of a GLint from the base function
308 Mike C. Fletcher 2009-11-07
Add docstring to the Tk module to let people know that they really should use something else, most likely.
307 Mike C. Fletcher 2009-11-07
Tweaking and commenting togl download script
306 Mike C. Fletcher 2009-11-07
Tk require is needed *before* Tk load to get the Togl widget loaded...
305 Mike C. Fletcher 2009-11-07
Make bzrignore more generic
304 Mike C. Fletcher 2009-11-07
Add Togl license to the license.txt file.
Modify Tk submodule to use atexit and work with modern bin-dist Togl, which is Tk-version agnostic, but 64-bit sensitive
303 Mike C. Fletcher 2009-11-07
Update the Togl installer to use modern binary distributions and (hopefully) work for all platforms
302 Mike C. Fletcher 2009-11-07
Add test for gldouble return-arry type registry
301 Mike C. Fletcher 2009-11-07
Fix formatting in a few modules.
Eliminate use of glutMainLoop in test that's just intended to test init.
300 Mike C. Fletcher 2009-11-07
Always register *only* instantiated format handler plugins, never their classes.
299 Mike C. Fletcher 2009-11-07
References for constant were off and need the accelerated version
298 Mike C. Fletcher 2009-11-07
Make the OpenGL 3.2 entry points available in OpenGL.GL namespace
297 Mike C. Fletcher 2009-11-07
Regeneration with the fixed generator to make array types match (mostly boolean arrays)
296 Mike C. Fletcher 2009-11-07
Missing AMD directory was preventing getting the post-ATI-era extensions generated
295 Mike C. Fletcher 2009-11-07
Bump version for release this weekend...
294 Mike C. Fletcher 2009-11-07
Make int64 record-types available as arrays and constants when possible
293 Mike C. Fletcher 2009-11-07
Make generation handle a few more data-types, reduce logging level so that warnings are more prominent
292 Mike C. Fletcher 2009-11-07
SF#2844174 with error-checking enabled, was passing status value into function (glGetShaderiv) that didn't allow passing it in, the function now allows it.
291 Mike C. Fletcher 2009-11-07
SF#2882405 patch from Vickenty Fesunov to fix glGetActiveUniform
290 Mike C. Fletcher 2009-11-07
Trigger mainloop in the glut init test.
289 Mike C. Fletcher 2009-10-01
Update docs to show proper types for the shader source strings
288 Mike C. Fletcher 2009-10-01
Add some queries to display context values
287 Mike C. Fletcher 2009-09-11 {release-3.0.1a4}
Version bump for release
286 Mike C. Fletcher 2009-09-11
Updates from spec updates, new extensions, updates of extension definitions (mostly the textual introductions of raw modules)
285 Mike C. Fletcher 2009-09-01
Remove some commented-out code
284 Mike C. Fletcher 2009-09-01
Fix bug reported by Gijs; namely that glBufferData did not allow specifying a size for initializing NULL arrays.
283 Mike C. Fletcher 2009-08-29
Convert all tabs to 4-spaces in all Python files.
282 Mike C. Fletcher 2009-08-29
Convert tabs to 4 spaces in test suite
281 Mike C. Fletcher 2009-08-29
At Rene's request, eliminate use of tabs in favour of spaces (for the raw modules, here)
280 Mike C. Fletcher 2009-08-27
Rework deprecation mechanism to use the header-file deprecation declarations to generate deprecation of entry points.
279 Mike C. Fletcher 2009-08-27
Catch conversion failures in voidDataPointer methods (error report from renaud blanch)
278 Mike C. Fletcher 2009
没有合适的资源?快使用搜索试试~ 我知道了~
PyOpenGL-3.0.1b2.zip
共911个文件
py:900个
txt:4个
dll:2个
0 下载量 70 浏览量
2024-03-18
12:50:05
上传
评论
收藏 1.06MB ZIP 举报
温馨提示
Python库是一组预先编写的代码模块,旨在帮助开发者实现特定的编程任务,无需从零开始编写代码。这些库可以包括各种功能,如数学运算、文件操作、数据分析和网络编程等。Python社区提供了大量的第三方库,如NumPy、Pandas和Requests,极大地丰富了Python的应用领域,从数据科学到Web开发。Python库的丰富性是Python成为最受欢迎的编程语言之一的关键原因之一。这些库不仅为初学者提供了快速入门的途径,而且为经验丰富的开发者提供了强大的工具,以高效率、高质量地完成复杂任务。例如,Matplotlib和Seaborn库在数据可视化领域内非常受欢迎,它们提供了广泛的工具和技术,可以创建高度定制化的图表和图形,帮助数据科学家和分析师在数据探索和结果展示中更有效地传达信息。
资源推荐
资源详情
资源评论
收起资源包目录
PyOpenGL-3.0.1b2.zip (911个子文件)
glut32.dll 232KB
gle32.dll 136KB
gle_AUTHORS 290B
gle_COPYING 19KB
PKG-INFO 664B
yingyang.png 9KB
constants.py 255KB
__init__.py 179KB
direct_state_access.py 84KB
_WGL_NV.py 71KB
wrapper.py 68KB
_WGL_ARB.py 63KB
_GLX_NV.py 47KB
__init__.py 39KB
GL_2_0.py 37KB
glget.py 37KB
_GLX_ARB.py 37KB
_GLX.py 34KB
test_core.py 33KB
vertex_program.py 33KB
vertex_program.py 29KB
__init__.py 28KB
get_gl_extensions.py 28KB
GL_3_0.py 27KB
annotations.py 24KB
vertex_shader.py 24KB
images.py 21KB
vertex.py 19KB
_WGL.py 19KB
shader_objects.py 17KB
__init__.py 16KB
vertex_streams.py 16KB
framebuffer_object.py 15KB
framebuffer_object.py 15KB
GL_1_3_DEPRECATED.py 14KB
half_float.py 14KB
constants.py 14KB
multitexture.py 14KB
pointers.py 14KB
vbo.py 13KB
GL_1_2_DEPRECATED.py 13KB
special.py 13KB
constants.py 13KB
baseplatform.py 13KB
fragment_shader.py 13KB
gengl.py 13KB
GL_1_4_DEPRECATED.py 13KB
arraydatatype.py 13KB
annotations.py 13KB
__init__.py 12KB
framebuffer_object.py 12KB
converters.py 12KB
exceptional.py 11KB
openglgenerator.py 10KB
glunurbs.py 10KB
direct_state_access.py 10KB
register_combiners.py 10KB
GL_2_0.py 10KB
freeglut.py 9KB
numpymodule.py 9KB
tess.py 9KB
GL_1_3.py 9KB
convolution.py 9KB
error.py 8KB
fragment_lighting.py 8KB
arrayhelpers.py 8KB
coordinate_frame.py 8KB
video_capture.py 8KB
GL_1_5.py 8KB
texture_shader.py 8KB
vertex_program4.py 8KB
__init__.py 8KB
annotations.py 8KB
shader_objects.py 8KB
vertex_array.py 8KB
gpu_program4.py 8KB
vertex_buffer_object.py 8KB
GL_1_2_images.py 7KB
window_pos.py 7KB
uniform_buffer_object.py 7KB
evaluators.py 7KB
vertex_buffer_unified_memory.py 7KB
transform_feedback.py 7KB
vertex_array_range.py 7KB
lists.py 7KB
vertex_blend.py 7KB
secondary_color.py 7KB
framebuffer_object.py 7KB
texture_shader.py 7KB
gpu_shader4.py 6KB
generateraw.py 6KB
images.py 6KB
GL_1_2.py 6KB
vertex_buffer_object.py 6KB
texture_integer.py 6KB
vertex_program.py 6KB
client_storage.py 6KB
imaging_DEPRECATED.py 6KB
texture_compression.py 6KB
shaders.py 6KB
共 911 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10
资源评论
程序员Chino的日记
- 粉丝: 3670
- 资源: 5万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 使用特定版本的 Python 设置 GitHub Actions 工作流程.zip
- 汽车电子中MICROSAR OBD协议栈解决方案及其应用
- 基于Kotlin,AndroidX的仿微信图片选择器
- 平台重构与技术进化:汽车生态系统的未来发展
- HarmonyOs DevEco Studio小技巧34-鸿蒙应用架构设计 MVVM模式与三层架构
- pycharm为基础的人工智能课程设计
- 使用 Python 进行基础操作和高级操作 .zip
- 使用 Python 编写的 livereload 服务器.zip
- 终端(自己造的终端,亲测,和原版终端一模一样,连python命令也能使用)
- 使用 Python 类型提示进行数据验证.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功