diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-09-03 09:17:20 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-04 21:56:28 -0300 |
commit | cff22125fb701c976fa17fd24a0da15b10327e3d (patch) | |
tree | a752dbd19135736180c95d4c41cb43dd19344b9f /libraries/gl2ps/README | |
parent | 8b83601bf407fbc28fad4967e09d22c531d0b2d0 (diff) | |
download | slackbuilds-cff22125fb701c976fa17fd24a0da15b10327e3d.tar.gz |
libraries/gl2ps: Added (OpenGL to PostScript printing library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/gl2ps/README')
-rw-r--r-- | libraries/gl2ps/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/gl2ps/README b/libraries/gl2ps/README new file mode 100644 index 0000000000..86a263c763 --- /dev/null +++ b/libraries/gl2ps/README @@ -0,0 +1,8 @@ +GL2PS is a C library providing high quality vector output for any OpenGL +application. + +The main difference between GL2PS and other similar libraries is the use of +sorting algorithms capable of handling intersecting and stretched polygons, +as well as non manifold objects. +GL2PS provides advanced smooth shading and text rendering, culling of +invisible primitives, mixed vector/bitmap output, and much more... |