PyOpenGL-accelerate 3.1.7__cp311-cp311-win32.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,10 @@
1
+ """Cython-coded accelerators for the PyOpenGL wrapper
2
+
3
+ This package contains Cython accelerator modules which
4
+ attempt to speed up certain aspects of the PyOpenGL 3.x
5
+ wrapper mechanism. The source code is part of the
6
+ PyOpenGL package and is built via the setupaccel.py
7
+ script in the top level of the PyOpenGL source package.
8
+ """
9
+ __version__ = "3.1.7"
10
+ __version_tuple__ = (3, 1, 7)
Binary file
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.1
2
+ Name: PyOpenGL-accelerate
3
+ Version: 3.1.7
4
+ Summary: Acceleration code for PyOpenGL
5
+ Home-page: http://pyopengl.sourceforge.net
6
+ Download-URL: http://sourceforge.net/project/showfiles.php?group_id=5988
7
+ Author: Mike C. Fletcher
8
+ Author-email: mcfletch@vrplumber.com
9
+ License: BSD
10
+ Keywords: PyOpenGL,accelerate,Cython
11
+ Platform: Win32
12
+ Platform: Linux
13
+ Platform: OS-X
14
+ Platform: Posix
15
+ Classifier: License :: OSI Approved :: BSD License
16
+ Classifier: Programming Language :: Python
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Programming Language :: C
19
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
+ Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
21
+ Classifier: Intended Audience :: Developers
22
+ Description-Content-Type: text/plain
23
+ License-File: license.txt
24
+
25
+ Acceleration code for PyOpenGL
26
+
27
+ This set of C (Cython) extensions provides acceleration of common operations
28
+ for slow points in PyOpenGL 3.x
@@ -0,0 +1,15 @@
1
+ OpenGL_accelerate/__init__.py,sha256=ciPL6x45JtQzGG5XHJsJQZ0mfSOSzGNRPc-IKlZSzm8,391
2
+ OpenGL_accelerate/arraydatatype.cp311-win32.pyd,sha256=yieffx0Ch7WO-lpJ8_hgPxiCOiesBCRGsC7TUmcMggo,143360
3
+ OpenGL_accelerate/buffers_formathandler.cp311-win32.pyd,sha256=e0ZDj0palFxuGH5hkGRE-98h8GjQndqekwKNkyGLBYo,41472
4
+ OpenGL_accelerate/errorchecker.cp311-win32.pyd,sha256=0AvnQCO0oxB4CDJUKgF1Lqx2NkJT4Wv5WQ0xAUWcnDY,37376
5
+ OpenGL_accelerate/formathandler.cp311-win32.pyd,sha256=9RTDeWQJtLrmZgrK_4LGQ69Bj0sdirfaUsFbQvhHCpc,39936
6
+ OpenGL_accelerate/latebind.cp311-win32.pyd,sha256=_Vp2Gj0lJS0HMlPsInyyrPybX_qI-DJJMfqdWA5LN5M,36864
7
+ OpenGL_accelerate/nones_formathandler.cp311-win32.pyd,sha256=0hMchCExbVWwiUKlNXRAOS2yHeVNlQn7PNa9IQpfDic,28160
8
+ OpenGL_accelerate/numpy_formathandler.cp311-win32.pyd,sha256=0UZYvxtQtd0YKRYxqMu1vTTQRn4QIz6BACtfKImaK9U,56320
9
+ OpenGL_accelerate/vbo.cp311-win32.pyd,sha256=VT0f73GKLDuFgY3wcElKiKn0AjuArc_iwFwDJLobD7c,90112
10
+ OpenGL_accelerate/wrapper.cp311-win32.pyd,sha256=LKhZe0ktwbulnMU-EJmaD3nKAVD3TM-HoTLkXa83ehk,167936
11
+ PyOpenGL_accelerate-3.1.7.dist-info/METADATA,sha256=yNfnlBJCLTbpUSlXq_ttGlphh-jfQESiGKfsrYpSNbI,984
12
+ PyOpenGL_accelerate-3.1.7.dist-info/WHEEL,sha256=4_gqTcsEhdxj3Ssg4q283IXTSwrMvsE7HL9ju9Nna7Q,98
13
+ PyOpenGL_accelerate-3.1.7.dist-info/license.txt,sha256=kclzjOE6CeDGZE56HAy1aynrcUuZ3ISPMlHg9SsQfdU,1751
14
+ PyOpenGL_accelerate-3.1.7.dist-info/top_level.txt,sha256=9o0RHjJ27rL4yafmZevzZL2UGWVjawgxkrWN9pZsRFQ,18
15
+ PyOpenGL_accelerate-3.1.7.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.40.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-cp311-win32
5
+
@@ -0,0 +1,40 @@
1
+ NOTE:
2
+
3
+ THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY
4
+ SITUATION ENDANGERING HUMAN LIFE OR PROPERTY.
5
+
6
+ OpenGL-ctypes PyOpenGL-accelerate License
7
+
8
+ Copyright (c) 2005-2009, Michael C. Fletcher and Contributors
9
+ All rights reserved.
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions
13
+ are met:
14
+
15
+ Redistributions of source code must retain the above copyright
16
+ notice, this list of conditions and the following disclaimer.
17
+
18
+ Redistributions in binary form must reproduce the above
19
+ copyright notice, this list of conditions and the following
20
+ disclaimer in the documentation and/or other materials
21
+ provided with the distribution.
22
+
23
+ The name of Michael C. Fletcher, or the name of any Contributor,
24
+ may not be used to endorse or promote products derived from this
25
+ software without specific prior written permission.
26
+
27
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
30
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
31
+ COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
32
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
34
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
36
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
38
+ OF THE POSSIBILITY OF SUCH DAMAGE.
39
+
40
+
@@ -0,0 +1 @@
1
+ OpenGL_accelerate