Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 812 Bytes

miniRT

This project is an introduction to the beautiful world of Raytracing.

Gallery

molleculles cylinders sphere_shadows spheres

Usage

First clone the repository and the git submodules:

git clone --recurse-submodules -j8 [email protected]:Hugothms/miniRT.git

Then make and run the executable:

make && ./miniRT scenes/test.rt

Or, you can make and run more conveniently:

make test