Add files from parent branch HEAD:
[pkgsrc.git] / graphics / GeometryKit / DESCR
1 It is an extension to GNUstep, which provides an object oriented
2 application development framework and tool set for use on a wide
3 variety of computer platforms. GNUstep is based on the original
4 OpenStep specification provided by NeXT, Inc. (now Apple). Additionally
5 the GNU 3DKit may also be used on Mac OS X using the Cocoa API.
6
7 The GNU 3DKit's main purpose is to provide an elegant foundation
8 commonly required to write 3D applications.
9
10 The kit consists of 2 frameworks and some bundles, all written in
11 Objective-C:
12
13 * The GeometryKit implements often required mathematical functionality.
14 * The RenderKit implements the core rendering API.
15
16 * An OpenGL based preview renderer.
17 * A raytracing based high quality renderer.
18
19 The emphasis of the kit lies in a clean, object-oriented design
20 which enables ease of use and high performance rendering.