diff --git a/README.md b/README.md index 8a6b3d7..cfc48c1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,52 @@ # 🎥 OpenGL Mathematics (glm) for `C` -[](https://travis-ci.com/recp/cglm) -[](https://ci.appveyor.com/project/recp/cglm/branch/master) -[](http://cglm.readthedocs.io/en/latest/?badge=latest) -[](https://coveralls.io/github/recp/cglm?branch=master) -[](https://codecov.io/gh/recp/cglm) -[](https://www.codacy.com/app/recp/cglm?utm_source=github.com&utm_medium=referral&utm_content=recp/cglm&utm_campaign=Badge_Grade) -[](#backers) -[](#sponsors) + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`. cglm provides lot of utils to help math operations to be fast and quick to write. It is community friendly, feel free to bring any issues, bugs you faced. +
+ +--- #### Documentation @@ -403,7 +443,7 @@ You can pass matrices the same way to other APIs e.g. Vulkan, DX... - [x] Add version info - [ ] Unaligned operations (e.g. `glm_umat4_mul`) - [x] Extra documentation -- [ ] ARM Neon Arch (In Progress) +- [x] ARM Neon Arch ## Contributors