summaryrefslogtreecommitdiff
path: root/graphics/GeometryKit
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-06 14:55:45 +0000
committerwiz <wiz@pkgsrc.org>2003-01-06 14:55:45 +0000
commitce62bb81448d67dedd0d1d10325686f3e07535e9 (patch)
tree62041a9ca149557d9481cb98bcafab457e22ae1b /graphics/GeometryKit
parent8e5521f7c9636e4fcc9caeb9c5d58432805d1952 (diff)
downloadpkgsrc-ce62bb81448d67dedd0d1d10325686f3e07535e9.tar.gz
Add DESCR. Closes PR 19699.
Diffstat (limited to 'graphics/GeometryKit')
-rw-r--r--graphics/GeometryKit/DESCR20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/GeometryKit/DESCR b/graphics/GeometryKit/DESCR
new file mode 100644
index 00000000000..23d7dabb7a9
--- /dev/null
+++ b/graphics/GeometryKit/DESCR
@@ -0,0 +1,20 @@
+It is an extension to GNUstep, which provides an object oriented
+application development framework and tool set for use on a wide
+variety of computer platforms. GNUstep is based on the original
+OpenStep specification provided by NeXT, Inc. (now Apple). Additionally
+the GNU 3DKit may also be used on Mac OS X using the Cocoa API.
+
+The GNU 3DKit's main purpose is to provide an elegant foundation
+commonly required to write 3D applications.
+
+The kit consists of 2 frameworks and some bundles, all written in
+Objective-C:
+
+* The GeometryKit implements often required mathematical functionality.
+* The RenderKit implements the core rendering API.
+
+* An OpenGL based preview renderer.
+* A raytracing based high quality renderer.
+
+The emphasis of the kit lies in a clean, object-oriented design
+which enables ease of use and high performance rendering.