Geomc linear algebra and geometry library
Tim Babb
[email protected]
Includes are of the form:
#include <geomc/linalg/Matrix.h>
To build the library, run:
scons install
To make the documentation, run:
scons docs
These build options are also available:
- Target webassembly:
scons --wasm
- Enable address sanitization for debugging:
scons --sanitize
- Disable optimization:
scons noopt=1
- Enable debug symbols:
scons debug=1
- Rebuild
compile_commands.json
for clang tools:scons compile_commands