From 619ac4ce9aededac5fdde83fd63635bee09e4066 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 30 May 2021 18:03:33 +0300 Subject: [PATCH] Update README.md --- README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 9 deletions(-) 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` -[![Build Status](https://travis-ci.com/recp/cglm.svg?branch=master)](https://travis-ci.com/recp/cglm) -[![Build status](https://ci.appveyor.com/api/projects/status/av7l3gc0yhfex8y4/branch/master?svg=true)](https://ci.appveyor.com/project/recp/cglm/branch/master) -[![Documentation Status](https://readthedocs.org/projects/cglm/badge/?version=latest)](http://cglm.readthedocs.io/en/latest/?badge=latest) -[![Coverage Status](https://coveralls.io/repos/github/recp/cglm/badge.svg?branch=master)](https://coveralls.io/github/recp/cglm?branch=master) -[![codecov](https://codecov.io/gh/recp/cglm/branch/master/graph/badge.svg)](https://codecov.io/gh/recp/cglm) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6a62b37d5f214f178ebef269dc4a6bf1)](https://www.codacy.com/app/recp/cglm?utm_source=github.com&utm_medium=referral&utm_content=recp/cglm&utm_campaign=Badge_Grade) -[![Backers on Open Collective](https://opencollective.com/cglm/backers/badge.svg)](#backers) -[![Sponsors on Open Collective](https://opencollective.com/cglm/sponsors/badge.svg)](#sponsors) + +

+ +

+
+

+ + Build Status + + + Windows Build Status + + + Documentation Status + + + Codacy Badge + + + Coverage Status + + + Coverage Status + +

+ + Sponsors on Open Collective + + + Backers on Open Collective + +

+ +
+ +

+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