Skip to content

Visual Studio Setup

Fabian Mastenbroek edited this page Jun 19, 2017 · 2 revisions

Getting the source

Download the source code by running the following code in your command prompt:

$ git clone --recursive https://github.com/fabianishere/traceur.git

or grab a copy of the source code as a Zip file (make sure you also download the submodules if you use them, because they are not bundled in the file)

Building

Open the CMake GUI application, then:

  • set the path to the source directory to the directory where you downloaded the source code.
  • set the path to the build location to a directory named build in the directory you specified above.

You can now configure, generate and open the project in Visual Studio.

Usage

Run the traceur-frontend-glut binary to start the raytracing frontend. Make sure you have included the models in your current working directory from where you call the binary. Traceur looks for a cube.obj by default.

Clone this wiki locally