diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-31 13:40:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-31 13:40:44 +0000 |
commit | 202e6783c12e15876d432fbe8beb1efb8448c8ee (patch) | |
tree | 13f61dc34921222d14bd95ec77eae6e9bd59c864 /print/gl2ps/pkg-descr | |
parent | fc64c4179a16201c1a88909590675915f5013939 (diff) | |
download | ports-202e6783c12e15876d432fbe8beb1efb8448c8ee.tar.gz ports-202e6783c12e15876d432fbe8beb1efb8448c8ee.zip |
Notes
Diffstat (limited to 'print/gl2ps/pkg-descr')
-rw-r--r-- | print/gl2ps/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/gl2ps/pkg-descr b/print/gl2ps/pkg-descr new file mode 100644 index 000000000000..0e9c5c37dd0f --- /dev/null +++ b/print/gl2ps/pkg-descr @@ -0,0 +1,15 @@ +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... + +GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS) +and Portable Document Format (PDF) files, as well as LATEX files for the +text fragments. + +WWW: http://www.geuz.org/gl2ps/ + +- Igor Pokrovsky +tiamat@comset.net |