summaryrefslogtreecommitdiff
path: root/graphics/GeometryKit
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-06 14:55:45 +0000
committerwiz <wiz>2003-01-06 14:55:45 +0000
commit29ed02184d2bb7f5e70feea370922856fcd3399a (patch)
tree62041a9ca149557d9481cb98bcafab457e22ae1b /graphics/GeometryKit
parentc0fb4c1a67f9d01dcedabeae1a0c5fd9b108b9ea (diff)
downloadpkgsrc-29ed02184d2bb7f5e70feea370922856fcd3399a.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.