Skip to content

jdoliner/Ray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A toy raytracer.
Joe Doliner

compiling:
This project is known to work on 64bit Ubuntu with libxml installed. It should work fine on 32 bit

build:
cd build
make

documentation:
cd build
make doc

running:
examples scenes can be found in /examples

to run them:
cd build
./tracer ../examples/name.xml

output will be written as output.ppm

About

A toy Ray Tracer project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages