DESCRIPTION
Agar-SG is a general-purpose scene-graph library built on top of the Agar library (http://libagar.org/). Agar-SG implements a compact and easily extensible object/scene graph representation, designed to simplify such tasks as real-time rendering and geometrical queries. |
SG LIBRARY
The scene-graph library
SG implements 3D rendering and geometry methods.
To use this library, link against agar-sg-config --libs
|
SK LIBRARY
The
SK library implements dimensioned 2D sketching and constraint solving.
Sketches can contain sets of metric relations (i.e., distances, angles)
and logical relations (i.e., coincidence, parallelism, tangency), and SK's
attempts to find a solution using degree-of-freedom analysis.
To use this library, link against agar-sk-config --libs.
|
RG LIBRARY
The
RG library implements feature-based graphical tiles.
To use this library, link against agar-rg-config --libs.
|
MAP LIBRARY
The
MAP library extends
RG to entire scenes / levels.
To use this library, link against agar-map-config --libs.
|