https://github.com/trbabb/geomc
A c++ linear algebra template library
https://github.com/trbabb/geomc
Last synced: 17 days ago
JSON representation
A c++ linear algebra template library
- Host: GitHub
- URL: https://github.com/trbabb/geomc
- Owner: trbabb
- License: bsd-3-clause
- Created: 2013-07-22T05:47:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T01:58:17.000Z (about 1 month ago)
- Last Synced: 2025-04-24T02:42:41.675Z (about 1 month ago)
- Language: C++
- Size: 26.9 MB
- Stars: 33
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- AwesomeCppGameDev - geomc
README
Geomc linear algebra and geometry library
Tim Babb
[email protected]Usage
=====Includes are of the form:
#include
Documentation
=============[Geomc topics](http://trbabb.github.io/geomc/html/topics.html)
Building
========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`