Browse code

Add readme

Robert Cranston authored on 22/10/2023 23:54:19
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+# [`raytracer`][]
2
+
3
+A [C++11][]/[GLM][] toy [raytracer][].
4
+
5
+The primary goal is to provide a clear, modular base to try out different
6
+experiments on.
7
+
8
+[`raytracer`]: https://git.rcrnstn.net/rcrnstn/raytracer
9
+[C++11]: https://en.wikipedia.org/wiki/C++11
10
+[GLM]: https://glm.g-truc.net
11
+[raytracer]: https://en.wikipedia.org/wiki/Ray_tracing_(graphics)