6 lines
284 B
Markdown
6 lines
284 B
Markdown
# CPP-Renderer
|
||
|
||
A lightweight CPU-based raytracer written in modern C++.
|
||
Features support for basic lighting, reflections, and shadows using ray-sphere intersections.
|
||
Renders to .ppm images — no dependencies, just math.
|
||
Built from scratch for fun, learning, and low-level flexin’. |