From 39999fd006bc4984013fc3ae0b14b17e84a1e8f4 Mon Sep 17 00:00:00 2001
From: treeform <starplant@gmail.com>
Date: Fri, 10 Aug 2018 08:08:56 -0700
Subject: [PATCH] Added readme

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2c51a27
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# VMath
+
+Collection of my math rutines that I use for 2d and 3d graphics.
+
+Has functinos for Vec2, Vec3, Vec4, Mat3, Mat4 and Quat.
\ No newline at end of file