huynhducmink / traycer

Ray tracing, from scratch, in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

traycer

Forked form mkirchner/traycer.

Modified to apply OpenMP for parallelization.

Build using g++

Build & run

    $ git clone https://github.com/huynhducmink/traycer.git
    $ cd traycer
    $ make
    $ cd build
    $ ./traycer NUMBER_OF_THREADS

About

Ray tracing, from scratch, in C++

License:MIT License


Languages

Language:C++ 94.7%Language:C 2.7%Language:Makefile 2.7%