No description
Find a file
Brian 074862ea6c Adding basic test project files
Added the main source file for running tests in. Added premake4.lua so
you can create a project for "any" platform/target of your choice.
Added gitignore to only add those basic files, ignore everything else.
2014-02-19 21:51:55 -07:00
doc setting up directory structure 2014-02-19 20:40:09 -07:00
include Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
src Adding more file/folder stubs. 2014-02-19 21:13:56 -07:00
tests Adding basic test project files 2014-02-19 21:51:55 -07:00
README.md Adding more file/folder stubs. 2014-02-19 21:13:56 -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.