From be5bf3213023b488fc8be62b18062bc868b57e4b Mon Sep 17 00:00:00 2001 From: jobtalle Date: Sat, 7 May 2016 11:24:32 +0200 Subject: [PATCH 1/3] Added ccVector reference --- docs/other_libs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/other_libs.md b/docs/other_libs.md index 2d74fc1..0fbd77d 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -94,6 +94,7 @@ images | [jpeg-compressor](https://github.com/richgel999/jpeg-compre images | [easyexif](https://github.com/mayanklahiri/easyexif) | MIT | C++ | 2 | EXIF metadata extractor for JPEG images images |**[cro_mipmap.h](https://github.com/thebeast33/cro_lib)** | **public domain** |C/C++|**1**| average, min, max mipmap generators math | [mm_vec.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| SIMD vector math +math |**[ccVector.h](https://github.com/jobtalle/ccVector) | BSD |C/C++|**1**| Vector, quaternion and matrix math math | [ShaderFastLibs](https://github.com/michaldrobot/ShaderFastLibs) | MIT | C++ |**1**| (also HLSL) approximate transcendental functions optimized for shaders (esp. GCN) math | [TinyExpr](https://github.com/codeplea/tinyexpr) | zlib | C | 2 | evaluation of math expressions from strings math | [linalg.h](https://github.com/sgorsten/linalg) | **unlicense** | C++ |**1**| vector/matrix/quaternion math From d38d37c4ef8f41656d44d535b2066b0da0cb6faa Mon Sep 17 00:00:00 2001 From: jobtalle Date: Sat, 7 May 2016 11:25:54 +0200 Subject: [PATCH 2/3] Made link bold --- docs/other_libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index 0fbd77d..e861f55 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -94,7 +94,7 @@ images | [jpeg-compressor](https://github.com/richgel999/jpeg-compre images | [easyexif](https://github.com/mayanklahiri/easyexif) | MIT | C++ | 2 | EXIF metadata extractor for JPEG images images |**[cro_mipmap.h](https://github.com/thebeast33/cro_lib)** | **public domain** |C/C++|**1**| average, min, max mipmap generators math | [mm_vec.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| SIMD vector math -math |**[ccVector.h](https://github.com/jobtalle/ccVector) | BSD |C/C++|**1**| Vector, quaternion and matrix math +math |**[ccVector.h](https://github.com/jobtalle/ccVector)** | BSD |C/C++|**1**| Vector, quaternion and matrix math math | [ShaderFastLibs](https://github.com/michaldrobot/ShaderFastLibs) | MIT | C++ |**1**| (also HLSL) approximate transcendental functions optimized for shaders (esp. GCN) math | [TinyExpr](https://github.com/codeplea/tinyexpr) | zlib | C | 2 | evaluation of math expressions from strings math | [linalg.h](https://github.com/sgorsten/linalg) | **unlicense** | C++ |**1**| vector/matrix/quaternion math From cc1f71c0d16a2a436aef158645cb0da2de69bb88 Mon Sep 17 00:00:00 2001 From: Job Talle Date: Thu, 19 May 2016 13:50:31 +0200 Subject: [PATCH 3/3] Changed license to public domain --- docs/other_libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index e861f55..c6bf3f2 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -94,7 +94,7 @@ images | [jpeg-compressor](https://github.com/richgel999/jpeg-compre images | [easyexif](https://github.com/mayanklahiri/easyexif) | MIT | C++ | 2 | EXIF metadata extractor for JPEG images images |**[cro_mipmap.h](https://github.com/thebeast33/cro_lib)** | **public domain** |C/C++|**1**| average, min, max mipmap generators math | [mm_vec.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| SIMD vector math -math |**[ccVector.h](https://github.com/jobtalle/ccVector)** | BSD |C/C++|**1**| Vector, quaternion and matrix math +math |**[ccVector.h](https://github.com/jobtalle/ccVector)** | **public domain** |C/C++|**1**| Vector, quaternion and matrix math math | [ShaderFastLibs](https://github.com/michaldrobot/ShaderFastLibs) | MIT | C++ |**1**| (also HLSL) approximate transcendental functions optimized for shaders (esp. GCN) math | [TinyExpr](https://github.com/codeplea/tinyexpr) | zlib | C | 2 | evaluation of math expressions from strings math | [linalg.h](https://github.com/sgorsten/linalg) | **unlicense** | C++ |**1**| vector/matrix/quaternion math