A ray tracer that runs in the terminal with no dependencies
clang TerminalRayTracer.c -lm -O3 && ./a.out
actual ray tracingfloorlightingsky box texture- convert to CUDA to run on GPU
- camera controls from keyboard input
materials- other shapes
- GJK based collision physics