From 38632b2dd4b68c7b723d5a28333830ef8f2c5ad4 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 21 May 2017 00:34:56 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f2b52da..0863821 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ 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 previous versions: + +- _dup (duplicate) is changed to _copy. For instance `glm_vec_dup -> glm_vec_copy` +- OpenGL related functions are dropped to make this lib platform/third-party independent +- make sure you have latest version and feel free to report bugs, troubles + #### 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