No description
Find a file
U-ILLFONIC\bernst 3de19a71ef updating readme
2014-02-20 11:52:17 -07:00
doc setting up directory structure 2014-02-19 20:40:09 -07:00
include Converted warp header tabs to spaces to fix ascii art. 2014-02-19 22:09:55 -07:00
src Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
tests adding external, or trying to anyway 2014-02-20 11:42:56 -07:00
.gitmodules adding external, or trying to anyway 2014-02-20 11:42:56 -07:00
README.md updating readme 2014-02-20 11:52:17 -07:00

math

C++ GameDev related math helpers. These helpers will be designed for ease of use. In a commercial engine they would be designed out a little differently. These are primarily 3D math helpers, and do not contain any physics related code, collision, etc.

Requirements

Aside from a C++ compiler, there are no external dependencies outside of the stdlib. However, for running unit tests this uses igloo, already referenced as an external.

Cloning

Since there's an external for testing, don't forget --recursive: git clone --recursive https://github.com/leetNightshade/math.beta.git.