From 6d94ed913d0c83a8fdfb49d72a92a2f73ae8250b Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Mon, 6 Feb 2017 13:03:47 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ecc0da9..1da9959 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ The original glm library is for C++ only (templates, namespaces, classes...), this library targeted to C99 but currently you can use it for C89 safely by language extensions e.g `__register` +#### Note for C++ developers: +If you don't aware about original GLM library yet, you may also want to look at: +https://github.com/g-truc/glm +