Browse code

Add license

Robert Cranston authored on 24/10/2022 06:13:55
Showing 1 changed files
... ...
@@ -7,3 +7,11 @@ A [C++11][] [OpenGL][] \>=[2.0][] [program object][] library.
7 7
 [OpenGL]: https://en.wikipedia.org/wiki/OpenGL
8 8
 [2.0]: https://en.wikipedia.org/wiki/OpenGL#Version_history
9 9
 [program object]: https://www.khronos.org/opengl/wiki/GLSL_Object#Program_objects
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
Browse code

Add readme

Robert Cranston authored on 24/10/2022 06:13:51
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+# [`glprogram`][]
2
+
3
+A [C++11][] [OpenGL][] \>=[2.0][] [program object][] library.
4
+
5
+[`glprogram`]: https://git.rcrnstn.net/rcrnstn/glprogram
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
+[program object]: https://www.khronos.org/opengl/wiki/GLSL_Object#Program_objects