Skip to content

A graphics application that shows a ray-tracing scene rendered by the fragment shader on a frame buffer object.

Notifications You must be signed in to change notification settings

riccardoprosdocimi/real-time-ray-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From Static to Real-Time Ray Tracing

static ray tracing

real-time ray tracing



Usage:

  1. Move SDL2.framework to the Library/Frameworks directory if you're on a Mac
  2. Open the Terminal or Command Prompt
  3. Cd into the real-time-ray-tracer directory
  4. Type python3 build.py and hit enter/return
  5. Type ./project and hit enter/return
  6. Read the instructions output in the Terminal or Command Prompt window