aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/togl/pkg-descr
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>1999-09-25 00:01:31 +0800
committertaoka <taoka@FreeBSD.org>1999-09-25 00:01:31 +0800
commit582e50e896fb788361a846f3b2287d44fc9cf117 (patch)
treecc35affef96993f4ec53cbaa4154b522cc139eca /graphics/togl/pkg-descr
parent3e8e4137c3f032dd287e42c0c3fc0ab20add0f96 (diff)
downloadfreebsd-ports-gnome-582e50e896fb788361a846f3b2287d44fc9cf117.tar.gz
freebsd-ports-gnome-582e50e896fb788361a846f3b2287d44fc9cf117.tar.zst
freebsd-ports-gnome-582e50e896fb788361a846f3b2287d44fc9cf117.zip
An OpenGL Widget for Tk
PR: 13296 Submitted by: Randall Hopper <aa8vb@ipass.net>
Diffstat (limited to 'graphics/togl/pkg-descr')
-rw-r--r--graphics/togl/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/togl/pkg-descr b/graphics/togl/pkg-descr
new file mode 100644
index 000000000000..2c1987b94caa
--- /dev/null
+++ b/graphics/togl/pkg-descr
@@ -0,0 +1,23 @@
+Togl is a Tk widget for OpenGL rendering. Togl is based on OGLTK,
+originally written by Benjamin Bederson at the University of New Mexico
+(who has since moved to the University of Maryland). Togl adds the new
+features:
+ - color-index mode support including color allocation functions
+ - support for requesting stencil, accumulation, alpha buffers, etc
+ - multiple OpenGL drawing widgets
+ - OpenGL extension testing from Tcl
+ - simple, portable font support
+ - overlay plane support
+
+Togl allows one to create and manage a special Tk/OpenGL widget with Tcl
+and render into it with a C program. That is, a typical Togl program will
+have Tcl code for managing the user interface and a C program for
+computations and OpenGL rendering.
+Togl is copyrighted by Brian Paul (brian_paul@avid.com) and Benjamin
+Bederson (bederson@cs.umd.edu). See the LICENSE file for details.
+
+The Togl WWW page is available from:
+ Wisconsin at http://www.mesa3d.org/brianp/Togl.html
+ Maryland at http://www.cs.umd.edu/~bederson/Togl.html
+
+WWW: http://www.mesa3d.org/brianp/Togl.html