3dc53132 |
# [`raytracer`][]
A [C++11][]/[GLM][] toy [raytracer][].
The primary goal is to provide a clear, modular base to try out different
experiments on.
|
0ebf47e0 |
![output](doc/output.tga)
|
3dc53132 |
[`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)
|
38e2372e |
|
3ab45a7f |
## Building
See [`BUILDING.md`][].
[`BUILDING.md`]: BUILDING.md
|
38e2372e |
## License
Licensed under the [ISC License][] unless otherwise noted, see the
[`LICENSE`][] file.
[ISC License]: https://choosealicense.com/licenses/isc
[`LICENSE`]: LICENSE
|