Skip to content

fabianschuiki/gamma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Math Library

A collection of mathematical objects and operations commonly required in game programming.

Installation

The library itself is ready to use in its source form. Add the Gamma's root directory (where you found this README.md file) to your other project's include path, then use the library like #include <gamma/vector.hpp>.

If you prefer an installation and running the unit tests:

cmake .
make
make install
./tests

About

Assorted maths for game development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages