CPP-Renderer/README.md

6 lines
284 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.