Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/der-fruhling/game-engine-math
upgraded-waffle
https://github.com/der-fruhling/game-engine-math
Last synced: about 21 hours ago
JSON representation
upgraded-waffle
- Host: GitHub
- URL: https://github.com/der-fruhling/game-engine-math
- Owner: der-fruhling
- Created: 2019-09-24T21:45:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T01:35:17.000Z (about 5 years ago)
- Last Synced: 2023-11-10T22:28:10.974Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# game-engine-math
Game engine math is contained in this repo.
Brain might explode (mine already has)## How to build
```bash
# inside repo folder
cmake .
make
# sudo make install
```