An open API service indexing awesome lists of open source software.

https://github.com/nawarian/ctracer

Ray tracer challenge in C
https://github.com/nawarian/ctracer

Last synced: 2 months ago
JSON representation

Ray tracer challenge in C

Awesome Lists containing this project

README

        

The Ray Tracer Challenge (C)
---

This repo aims to follow Jami's Ray Tracer Challenge.

- [x] Tupples, Points and Vectors
- [ ] Drawing on a Canvas
- [ ] Matrices
- [ ] Matrix Transformations
- [ ] Ray-Sphere Intersections
- [ ] Light and Shading
- [ ] Making a Scene
- [ ] Shadows
- [ ] Planes
- [ ] Patterns
- [ ] Reflection and Refraction
- [ ] Cubes
- [ ] Cylinders
- [ ] Groups
- [ ] Triangles
- [ ] Constructive Solid Geometry (CSG)