![]() |
![]()
| ![]() |
![]()
NAME
DESCRIPTIONAgar-SG is a general-purpose scene-graph library built on top of the Agar library (https://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 LIBRARYThe scene-graph library SG implements 3D rendering and geometry methods. To use this library, link against ‘agar-sg-config --libs’
SK LIBRARYThe 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 LIBRARYThe RG library implements feature-based graphical tiles. To use this library, link against ‘agar-rg-config --libs’.
MAP LIBRARYThe MAP library extends RG to entire scenes / levels. To use this library, link against ‘agar-map-config --libs’.
|