pmcmorris / ray_quest

Learning to code with ray tracing (one day)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Open a command prompt window. Go to the folder containing this file. Run the map drive script to shorten the path (and keep it the same for everyone)

bin\map_drive.bat

Then run the init_peter.bat script to setup your environment

bin\init_peter.bat

Building

Once your environment has been initialized properly you can clean and build by running the following commands in a command window.

clean - Removes all build outputs build - Builds a new binary

Running

run - Builds a new binary and executes it in the data folder run_no_build - Executes the binary in the data folder

About

Learning to code with ray tracing (one day)


Languages

Language:C 99.5%Language:Batchfile 0.4%Language:C++ 0.1%