Skip to content

mbudak21/RayTracer.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayTracer.cpp

This project is a C++ raytracer built with zero external dependencies. Every component, from vector linear algebra to geometric intersection algorithms, was implemented manually rather than using libraries. The engine supports global illumination features including recursive reflections, refractions (Snell's Law), and shadows. The pipeline uses multi-threading for performance and includes a custom material system with both Phong and Gouraud shading models.

Usage

mkdir build && \
cd build && \
make && \
./RayTraceRunner && \
open DVA338_Raytracer_output.bmp

Licenses Used

GPL-3.0

libbmp - used without modifications for exporting image to BMP format.

About

Implementing ray tracing in cpp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published