ppc64le/linux/: pyopengl-accelerate-3.1.10+ppc64le1 metadata and description
Cython-coded accelerators for PyOpenGL
| author | Mike C. Fletcher |
| author_email | "Mike C. Fletcher" <[email protected]> |
| classifiers |
|
| description_content_type | text/markdown |
| download_url | http://sourceforge.net/project/showfiles.php?group_id=5988 |
| dynamic | download-url |
| keywords | Graphics,3D,OpenGL,GLU,GLUT,GLE,GLX,EXT,ARB,Mesa,PyOpenGL |
| license | NOTE: THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY. OpenGL-ctypes PyOpenGL-accelerate License Copyright (c) 2005-2009, Michael C. Fletcher and Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The name of Michael C. Fletcher, or the name of any Contributor, may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| metadata_version | 2.4 |
| project_urls |
|
| File | Tox results | History |
|---|---|---|
pyopengl_accelerate-3.1.10+ppc64le1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
|
|
|
pyopengl_accelerate-3.1.10+ppc64le1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
|
|
|
pyopengl_accelerate-3.1.10+ppc64le1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
|
|
|
pyopengl_accelerate-3.1.10+ppc64le1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
|
|
|
pyopengl_accelerate-3.1.10+ppc64le1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
|
|
Acceleration code for PyOpenGL
This set of C (Cython) extensions provides acceleration of common operations for slow points in PyOpenGL 3.x. It is not a requirement for using PyOpenGL but performance without it will be poor.
Build Process
Cython is updated frequently to support newer versions of Python. As of release 3.1.9 we no longer check in the Cython generated code for the wrapper modules, relying on the build machines to generate the wrappers.
The Github CI Pipeline should generate and release binary builds for most
major platforms (Windows, Linux, Mac), but if you need to build from source,
a pip install . should work from the PyOpenGL repository.