aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-opengl/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-07 16:59:55 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-07 16:59:55 +0000
commit91d41c6b521f05579c9f86faffbff3989a139d5a (patch)
tree63d50a51ee1ed224b39f7018cedb04e98b53e8c0 /graphics/py-opengl/pkg-descr
parenta0bf9458a352d8e8d05128db71fea6edcf06f435 (diff)
downloadports-91d41c6b521f05579c9f86faffbff3989a139d5a.tar.gz
ports-91d41c6b521f05579c9f86faffbff3989a139d5a.zip
Notes
Diffstat (limited to 'graphics/py-opengl/pkg-descr')
-rw-r--r--graphics/py-opengl/pkg-descr27
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/py-opengl/pkg-descr b/graphics/py-opengl/pkg-descr
new file mode 100644
index 000000000000..5c8a5570df55
--- /dev/null
+++ b/graphics/py-opengl/pkg-descr
@@ -0,0 +1,27 @@
+An interface between the Python programming language and the OpenGL library
+(and related libraries).
+
+Synopsis
+
+The PyOpenGL package provides interfaces to:
+
+ - The OpenGL library itself, which is a three-dimensional graphical
+ rendering interface. For more information, visit
+ http://www.opengl.org.
+
+ - The GLU library which provides access to routines for doing
+ quadrics, tesselation etc.
+
+ - The GLUT (GL UTilitity) library from Mark Kilgard, which provides a
+ windowing environment.
+
+ - The Togl (Tk/OpenGL) widget from Brian Paul and Ben Benderson (an
+ alternative to GLUT which interfaces to Tk).
+
+The Python bindings offer some value-added tools in addition to the
+standard API, including support for fast processing of arrays of
+coordinates, trackball support, etc.
+
+The PyOpenGL web page is available at:
+
+WWW: http://starship.python.net:9673/crew/da/Code/PyOpenGL