silent1603 / LTSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray Tracing

Prerequisite

  • CMake

  • GCC / CLANG complier

  • OpenMP

How to build project using script

  • Window: Build.bat

  • Mac/Linux: Build.sh

How to run project using script

  • Window: Run.bat

  • Mac/Linux: Run.sh

How to manual build project and run

  • mkdir build
  • cd build
  • cmake ..

About

License:MIT License


Languages

Language:C++ 94.1%Language:CMake 3.6%Language:Batchfile 1.2%Language:Shell 1.1%