goofoo / master

Raytracer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path tracer.

Cornelbox

Building

Required dependencies:

  • g++
  • python-setuptools
  • libtbb-dev
  • libopenexr-dev
  • zlib1g-dev
  • OpenEXR (apt-get install libopenexr-dev)
  • ispc (ispc.github.io/downloads.html)

Depenedencies are provided as git submodules:

  • assimp
  • embree
  • glad
  • glfw
  • glm
  • googletest
  • imgui

To build the project run the make command in the main directory.

About

Raytracer.

License:MIT License


Languages

Language:C++ 97.9%Language:Makefile 1.5%Language:Python 0.6%Language:Shell 0.0%