riccardoprosdocimi / real-time-ray-tracer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 97.1%Language:C++ 2.0%Language:Objective-C 0.5%Language:CMake 0.2%Language:GLSL 0.2%Language:Python 0.0%