Name Mode Size
doc 040000
src 040000
.clang-tidy 100644 1 kb
.cppcheck.supp 100644 0 kb
.gitignore 100644 0 kb
.iwyu.imp 100644 0 kb
BUILDING.md 100644 3 kb
CMakeLists.txt 100644 0 kb
LICENSE 100644 1 kb
README.md 100644 1 kb
common.cmake 100644 14 kb
README.md
# [`raytracer`][] A [C++11][]/[GLM][] toy [raytracer][]. The primary goal is to provide a clear, modular base to try out different experiments on. ![](doc/01_basics.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