Difference between revisions of "PyOpenGL"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=PyOpenGL |Short description=a cross platform Python binding to OpenGL and related APIs. |Full description=PyOpenGL is the cross platform Python binding to OpenGL an...")
 
(Fix version status)
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|Short description=a cross platform Python binding to OpenGL and related APIs.
 
|Short description=a cross platform Python binding to OpenGL and related APIs.
 
|Full description=PyOpenGL is the cross platform Python binding to OpenGL and related APIs. The binding is created using the standard (in Python 2.5 and above) ctypes library. PyOpenGL includes support for OpenGL v1.1 through 3.0, GLU, GLUT v3.7 (and FreeGLUT), and GLE 3. It also includes support for hundreds of OpenGL extensions. PyOpenGL is interoperable with a large number of external GUI libraries for Python including (wxPython, FxPy, PyGame, and Qt). It can be used with the Tkinter GUI library if you have installed the Togl widget for Tk.
 
|Full description=PyOpenGL is the cross platform Python binding to OpenGL and related APIs. The binding is created using the standard (in Python 2.5 and above) ctypes library. PyOpenGL includes support for OpenGL v1.1 through 3.0, GLU, GLUT v3.7 (and FreeGLUT), and GLE 3. It also includes support for hundreds of OpenGL extensions. PyOpenGL is interoperable with a large number of external GUI libraries for Python including (wxPython, FxPy, PyGame, and Qt). It can be used with the Tkinter GUI library if you have installed the Togl widget for Tk.
 +
|Homepage URL=http://pyopengl.sourceforge.net/
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|Is High Priority Project=No
|Component programs=
 
|Homepage URL=http://pyopengl.sourceforge.net/
 
|VCS checkout command=
 
 
|Computer languages=Python
 
|Computer languages=Python
 
|Documentation note=http://pyopengl.sourceforge.net/documentation/index.html
 
|Documentation note=http://pyopengl.sourceforge.net/documentation/index.html
|Paid support=
+
|Accepts cryptocurrency donations=No
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=graphics,Python,libraries,Open GL,graphic,glut,API
 
|Keywords=graphics,Python,libraries,Open GL,graphic,glut,API
|Is GNU=n
+
|Version identifier=3.1.1a1
|Last review by=Kelly Hopkins
+
|Version date=2015/02/13
|Last review date=2009-05-01
+
|Version status=alpha
 +
|Version download=https://pypi.python.org/packages/df/fe/b9da75e85bcf802ed5ef92a5c5e4022bf06faa1d41b9630b9bb49f827483/PyOpenGL-3.1.1a1.tar.gz#md5=77ee6044ceb2cf952aca89a9b2d3d585
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/03
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=3.0.0
+
|Is GNU=No
|Version date=2009-05-01
+
|License verified date=2009-05-01
|Version status=stable
+
}}
|Version download=http://sourceforge.net/project/downloading.php?group_id=5988&filename=PyOpenGL-3.0.0.tar.gz&a=41656217
+
{{Project license
 +
|License=GPLv2
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-05-01
 +
}}
 +
{{Project license
 +
|License=BSD_3Clause
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-05-01
 
|License verified date=2009-05-01
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Linas Vepstas
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Linas Vepstas
 
 
|Email=linas@linas.org
 
|Email=linas@linas.org
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Mike C. Fletcher
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Mike C. Fletcher
 
 
|Email=mcfletch@users.sourceforge.net
 
|Email=mcfletch@users.sourceforge.net
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=John A. Boyd Jr.
 
|Role=Contributor
 
|Role=Contributor
|Real name=John A. Boyd Jr.
 
 
|Email=jaboydjr@netwalk.com
 
|Email=jaboydjr@netwalk.com
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Jonas Lindemann
 
|Role=Contributor
 
|Role=Contributor
|Real name=Jonas Lindemann
 
 
|Email=jonas.lindemann@bolina.hsb.se
 
|Email=jonas.lindemann@bolina.hsb.se
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Mark Kilgard
 
|Role=Contributor
 
|Role=Contributor
|Real name=Mark Kilgard
 
 
|Email=mjk@nvidia.com
 
|Email=mjk@nvidia.com
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/PyOpenGL
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 79: Line 81:
 
}}
 
}}
 
{{Software category
 
{{Software category
|Graphics=2D,3d
+
|Graphics=2d, 3d
 
|Interface=x-window-system
 
|Interface=x-window-system
 
|Programming-language=python
 
|Programming-language=python
Line 86: Line 88:
 
|Works-with=graphics
 
|Works-with=graphics
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-05-01
 
}}
 
{{Project license
 
|License=BSD_3Clause
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-05-01
 
}}
 

Latest revision as of 11:28, 23 June 2019


[edit]

PyOpenGL

http://pyopengl.sourceforge.net/
a cross platform Python binding to OpenGL and related APIs.

PyOpenGL is the cross platform Python binding to OpenGL and related APIs. The binding is created using the standard (in Python 2.5 and above) ctypes library. PyOpenGL includes support for OpenGL v1.1 through 3.0, GLU, GLUT v3.7 (and FreeGLUT), and GLE 3. It also includes support for hundreds of OpenGL extensions. PyOpenGL is interoperable with a large number of external GUI libraries for Python including (wxPython, FxPy, PyGame, and Qt). It can be used with the Tkinter GUI library if you have installed the Togl widget for Tk.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

1 May 2009

License

GPLv2

Verified by

Kelly Hopkins

Verified on

1 May 2009




Leaders and contributors

Contact(s)Role
Mark Kilgard Contributor
Jonas Lindemann Contributor
Mike C. Fletcher Maintainer
Linas Vepstas Maintainer
John A. Boyd Jr. Contributor


Resources and communication

AudienceResource typeURI
DeveloperDownloadhttp://sourceforge.net/project/showfiles.php?group_id=5988
Bug TrackingBug Trackinghttp://sourceforge.net/tracker/?group_id=5988&atid=105988
DeveloperMailing List Info/Archivehttp://sourceforge.net/mail/?group_id=5988
Python (Ref)https://pypi.org/project/PyOpenGL
DeveloperHomepagehttp://sourceforge.net/projects/pyopengl/


Software prerequisites




Entry

























"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.
















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.