... | ... |
@@ -7,3 +7,11 @@ A [C++11][]/[OpenGL][] [\>=2.0][] [buffer][] library. |
7 | 7 |
[OpenGL]: https://en.wikipedia.org/wiki/OpenGL |
8 | 8 |
[\>=2.0]: https://en.wikipedia.org/wiki/OpenGL#Version_history |
9 | 9 |
[buffer]: https://www.khronos.org/opengl/wiki/Buffer_Object |
10 |
+ |
|
11 |
+## License |
|
12 |
+ |
|
13 |
+Licensed under the [ISC License][] unless otherwise noted, see the |
|
14 |
+[`LICENSE`][] file. |
|
15 |
+ |
|
16 |
+[ISC License]: https://choosealicense.com/licenses/isc/ |
|
17 |
+[`LICENSE`]: LICENSE |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,9 @@ |
1 |
+# [`glbuffer`][] |
|
2 |
+ |
|
3 |
+A [C++11][]/[OpenGL][] [\>=2.0][] [buffer][] library. |
|
4 |
+ |
|
5 |
+[`glbuffer`]: https://git.rcrnstn.net/rcrnstn/glbuffer |
|
6 |
+[C++11]: https://en.wikipedia.org/wiki/C++11 |
|
7 |
+[OpenGL]: https://en.wikipedia.org/wiki/OpenGL |
|
8 |
+[\>=2.0]: https://en.wikipedia.org/wiki/OpenGL#Version_history |
|
9 |
+[buffer]: https://www.khronos.org/opengl/wiki/Buffer_Object |