# [`raytracer`][]
A [C++11][]/[GLM][] toy [raytracer][].
The primary goal is to provide a clear, modular base to try out different
experiments on.
![output](doc/output.tga)
[`raytracer`]: https://git.rcrnstn.net/rcrnstn/raytracer
[C++11]: https://en.wikipedia.org/wiki/C++11
[GLM]: https://glm.g-truc.net
[raytracer]: https://en.wikipedia.org/wiki/Ray_tracing_(graphics)
## Building
See [`BUILDING.md`][].
[`BUILDING.md`]: BUILDING.md
## License
Licensed under the [ISC License][] unless otherwise noted, see the
[`LICENSE`][] file.
[ISC License]: https://choosealicense.com/licenses/isc
[`LICENSE`]: LICENSE