... | ... |
@@ -6,3 +6,11 @@ An [GLSL][]/[GLM][] matrix [constructor][] library. |
6 | 6 |
[GLSL]: https://en.wikipedia.org/wiki/OpenGL_Shading_Language |
7 | 7 |
[GLM]: https://github.com/g-truc/glm |
8 | 8 |
[constructor]: https://en.wikipedia.org/wiki/Constructor_(object-oriented_programming) |
9 |
+ |
|
10 |
+## License |
|
11 |
+ |
|
12 |
+Licensed under the [ISC License][] unless otherwise noted, see the |
|
13 |
+[`LICENSE`][] file. |
|
14 |
+ |
|
15 |
+[ISC License]: https://choosealicense.com/licenses/isc |
|
16 |
+[`LICENSE`]: LICENSE |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+# [`glmatc`][] |
|
2 |
+ |
|
3 |
+An [GLSL][]/[GLM][] matrix [constructor][] library. |
|
4 |
+ |
|
5 |
+[`glmatc`]: https://git.rcrnstn.net/rcrnstn/glmatc |
|
6 |
+[GLSL]: https://en.wikipedia.org/wiki/OpenGL_Shading_Language |
|
7 |
+[GLM]: https://github.com/g-truc/glm |
|
8 |
+[constructor]: https://en.wikipedia.org/wiki/Constructor_(object-oriented_programming) |