RINGLET
RINGLET is a software toolkit for Real-time Interactive Networked Graphics.
It contains the following four packages ...
- RNBasics - Simple common stuff (e.g., memory allocation, error reporting,
dynamic arrays, etc).
- R2Shapes - 2D geometry and images (e.g., points, vectors, lines,
images, etc.).
- R3Shapes - 3D geometry (e.g., points, vectors, lines, planes, boxes, etc.).
- R3Graphics - 3D display utilities (e.g., cameras,
viewports, grdfs, textures, etc.)
There are also a few example programs that demonstrate use of the packages ...
-
rinit - Test initialization and error
reporting functions in RNBasics package.
-
rarray - Test the dynamic array class in the
RNBasics package.
-
r2shapes - Test 2D shape drawing
functions in R2Shapes package.
-
r3shapes - Test 3D shape drawing
functions in R3Shapes package.
-
rdraw - Framework for rendering scene with interactive
viewing controls.
-
rmonte - Framework for rendering scene with
off-line path tracer.
funk@cs.princeton.edu