dev-python/pip: arm64 stable (bug #719946)
[gentoo.git] / dev-tcltk / togl / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>tcltk@gentoo.org</email>
6                 <name>Gentoo Tcltk Project</name>
7         </maintainer>
8         <longdescription>
9 Togl is a Tk widget for OpenGL rendering. Togl was originally based on
10 OGLTK, written by Benjamin Bederson at the University of New Mexico. Togl's
11 main features are:
12
13 * unifies Microsoft Windows, X11 (Linux/IRIX/...), and Mac OS X Aqua support
14 * support for requesting stencil, accumulation, alpha buffers, etc.
15 * multiple OpenGL drawing windows
16 * simple stereo rendering support
17 * simple, portable font support
18 * color-index mode support including color allocation functions
19 * overlay plane support
20 * OpenGL extension testing from Tcl
21 * Tcl Extension Architecture (TEA) 3 compliant 
22
23 Togl does almost no OpenGL drawing itself, instead it manages OpenGL
24 drawing by calling various Tcl commands (a.k.a., callback functions). Those
25 commands can be C functions that call OpenGL (in)directly or another Tcl
26 package (e.g., Tcl3D).
27 </longdescription>
28         <upstream>
29                 <remote-id type="sourceforge">togl</remote-id>
30         </upstream>
31 </pkgmetadata>