summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:21:41 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:21:41 -0400
commit2f6c611ad4acd149834ac7010b862bce39c4a2a0 (patch)
treef655ea84b2f99a62c07ea8810165f06d33877a20
parentb75e0796351d81a3f3f21544386b85e2ab770a8d (diff)
downloadslackbuilds-2f6c611ad4acd149834ac7010b862bce39c4a2a0.tar.gz
slackbuilds-2f6c611ad4acd149834ac7010b862bce39c4a2a0.tar.xz
libraries/PyOpenGL: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--libraries/PyOpenGL/README19
1 files changed, 11 insertions, 8 deletions
diff --git a/libraries/PyOpenGL/README b/libraries/PyOpenGL/README
index 1fa6273a21..35a31b2853 100644
--- a/libraries/PyOpenGL/README
+++ b/libraries/PyOpenGL/README
@@ -1,10 +1,13 @@
-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 and is provided under a BSD-style Open-Source license.
+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 and is provided under a BSD-style Open-Source
+license.
-PyOpenGL includes support for OpenGL v1.1 through 3.2, GLU, GLUT v3.7 (and
-FreeGLUT), and GLE 3. It also has support for hundreds of OpenGL extensions.
+PyOpenGL includes support for OpenGL v1.1 through 3.2, GLU, GLUT v3.7
+(and FreeGLUT), and GLE 3. It also has support for hundreds of OpenGL
+extensions.
-PyOpenGL is interoperable with a large number of external GUI libraries for
-Python including wxPython, Pygame, PyGTK, and Qt. It can also use the GLUT
-library to provide basic windowing and user interface mechanisms.
+PyOpenGL is interoperable with a large number of external GUI
+libraries for Python including wxPython, Pygame, PyGTK, and Qt.
+It can also use the GLUT library to provide basic windowing and user
+interface mechanisms.