Skip to content

A short and simple Ray Tracing program written in bare C++.

Notifications You must be signed in to change notification settings

awhb/tinyraytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny RayTracer

Output Image

A simple Ray Tracing program written in bare C++ following a tutorial. By doing this, I learned a lot about C++, linear algebra and even the physics of light! Recommend to check it out and implement if you are interested.

Compilation

cd tinyraytracer
mkdir build
cd build
cmake ..
make

About

A short and simple Ray Tracing program written in bare C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published