Skip to content

arghasen/raytracer

Repository files navigation

Raytracer

Build Status codecov License

https://arghasen.github.io/raytracer/

Inspired by Peter Shirley's Ray Tracing in One Weekend.

Motivation

To learn about raytracing and hopefully learn some graphics programming.

Secondary Motivation

Use best practices and produce production grade software.

Continuous Integration

CI on Travis CI and Coverage on CodeCov

Todo:

- * Matrices * 4*4
- Colorful spheres
- Cameras

Completed Tasks:

- Vector Representation
- Ray Representation
- Build a small image ( v0.1)
- Add a sphere
- Add multiple spheres. (v0.2)