https://arghasen.github.io/raytracer/
Inspired by Peter Shirley's Ray Tracing in One Weekend.
To learn about raytracing and hopefully learn some graphics programming.
Use best practices and produce production grade software.
CI on Travis CI and Coverage on CodeCov
- * Matrices * 4*4
- Colorful spheres
- Cameras
- Vector Representation
- Ray Representation
- Build a small image ( v0.1)
- Add a sphere
- Add multiple spheres. (v0.2)