| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
| 3 |
<pkgmetadata>
|
| 4 |
<herd>haskell</herd>
|
| 5 |
<maintainer>
|
| 6 |
<email>haskell@gentoo.org</email>
|
| 7 |
</maintainer>
|
| 8 |
<longdescription>
|
| 9 |
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
|
| 10 |
basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
|
| 11 |
interface.
|
| 12 |
|
| 13 |
OpenGL is the industry's most widely used and supported 2D and 3D graphics
|
| 14 |
application programming interface (API), incorporating a broad set of
|
| 15 |
rendering, texture mapping, special effects, and other powerful visualization
|
| 16 |
functions. For more information about OpenGL and its various extensions,
|
| 17 |
please see <http://www.opengl.org/>
|
| 18 |
and <http://www.opengl.org/registry/>.
|
| 19 |
</longdescription>
|
| 20 |
</pkgmetadata>
|