diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:11:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:11:02 +0000 |
commit | f844f89eae41ff16153dc2b25c0706c6dffbd205 (patch) | |
tree | 5c623b2396dd5d45381df003d7c24921239c9eaa /graphics/py-opengl | |
parent | 33c7fcfd70a00aa38fba01e087d4a6c3285ae5fb (diff) |
Notes
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r-- | graphics/py-opengl/pkg-descr | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/py-opengl/pkg-descr b/graphics/py-opengl/pkg-descr index e290a7bcd3bd..368694cfce50 100644 --- a/graphics/py-opengl/pkg-descr +++ b/graphics/py-opengl/pkg-descr @@ -1,9 +1,5 @@ -An interface between the Python programming language and the OpenGL library -(and related libraries). - -Synopsis - -The PyOpenGL package provides interfaces to: +PyOpenGL is an interface between the Python programming language and the OpenGL +library (and related libraries). The package provides interfaces to: - The OpenGL library itself, which is a three-dimensional graphical rendering interface. For more information, visit @@ -22,6 +18,4 @@ 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://pyopengl.sourceforge.net/ |