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
- Host: GitHub
- URL: https://github.com/nawarian/ctracer
- Owner: nawarian
- License: gpl-3.0
- Created: 2021-09-20T18:03:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T06:10:28.000Z (over 3 years ago)
- Last Synced: 2025-02-15T16:13:43.081Z (3 months ago)
- Language: C
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)