mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
add badges to README
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
# 🎥 OpenGL Mathematics (glm) for `C`
|
# 🎥 OpenGL Mathematics (glm) for `C`
|
||||||
|
[](https://travis-ci.org/recp/cglm)
|
||||||
|
[](https://ci.appveyor.com/project/recp/cglm/branch/master)
|
||||||
|
[](https://coveralls.io/github/recp/cglm?branch=master)
|
||||||
|
[](https://www.codacy.com/app/recp/cglm?utm_source=github.com&utm_medium=referral&utm_content=recp/cglm&utm_campaign=Badge_Grade)
|
||||||
|
|
||||||
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`
|
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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user