From 3de19a71ef0c4046e014815065017380c8ce9817 Mon Sep 17 00:00:00 2001 From: "U-ILLFONIC\\bernst" Date: Thu, 20 Feb 2014 11:52:17 -0700 Subject: [PATCH] updating readme --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fd1d57f..9f09efd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -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](https://github.com/joakimkarlsson/igloo), already referenced as an external. \ No newline at end of file +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](https://github.com/joakimkarlsson/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`. \ No newline at end of file