Browse code

Add basics

Robert Cranston authored on 25/10/2023 03:01:42
Showing 1 changed files
... ...
@@ -5,6 +5,8 @@ A [C++11][]/[GLM][] toy [raytracer][].
5 5
 The primary goal is to provide a clear, modular base to try out different
6 6
 experiments on.
7 7
 
8
+![output](doc/output.tga)
9
+
8 10
 [`raytracer`]: https://git.rcrnstn.net/rcrnstn/raytracer
9 11
 [C++11]: https://en.wikipedia.org/wiki/C++11
10 12
 [GLM]: https://glm.g-truc.net
Browse code

Add project

Robert Cranston authored on 22/10/2023 23:56:32
Showing 1 changed files
... ...
@@ -10,6 +10,12 @@ experiments on.
10 10
 [GLM]: https://glm.g-truc.net
11 11
 [raytracer]: https://en.wikipedia.org/wiki/Ray_tracing_(graphics)
12 12
 
13
+## Building
14
+
15
+See [`BUILDING.md`][].
16
+
17
+[`BUILDING.md`]: BUILDING.md
18
+
13 19
 ## License
14 20
 
15 21
 Licensed under the [ISC License][] unless otherwise noted, see the
Browse code

Add license

Robert Cranston authored on 22/10/2023 23:54:23
Showing 1 changed files
... ...
@@ -9,3 +9,11 @@ experiments on.
9 9
 [C++11]: https://en.wikipedia.org/wiki/C++11
10 10
 [GLM]: https://glm.g-truc.net
11 11
 [raytracer]: https://en.wikipedia.org/wiki/Ray_tracing_(graphics)
12
+
13
+## License
14
+
15
+Licensed under the [ISC License][] unless otherwise noted, see the
16
+[`LICENSE`][] file.
17
+
18
+[ISC License]: https://choosealicense.com/licenses/isc
19
+[`LICENSE`]: LICENSE
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)