From 92836d2fa1207665bba5d3af3e100b20316cca4c Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 19 Feb 2014 19:29:42 -0700 Subject: [PATCH] Working on readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6733c16..f261c65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ math ==== -GameDev related math helpers. +C++ GameDev related math helpers. These helpers will be designed for ease of use (a single header file for each helper class, and all helper functions in said class). In a commercial engine they would be designed out a little differently, broken up to some extent. + +Requirements +----------- +Aside from a C++ compiler, there are no external dependencies outside of the stdlib. \ No newline at end of file