فهرست منبع

Mention GLM in the README

rexim 4 سال پیش
والد
کامیت
ef2046f759
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # Linear Algebra in C
 
-Procedurally generated C library for Linear Algebra in 2D/3D Computer Graphics. The goals are:
+Procedurally generated C library for Linear Algebra in 2D/3D Computer Graphics (equivalent of [GLM](https://github.com/g-truc/glm)). The goals are:
 - consistent naming scheme of the functions/types/macros,
 - human-readable source code despite being procedurally generated,
 - minimal amount of dependencies,