Skip to content

Files

Latest commit

 

History

History
43 lines (26 loc) · 595 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 595 Bytes

raytrace-opencl

Ray traces incredibly fast using your GPU (opencl)

Future development

Right now the scene (animated and still) is hard-coded. Right now it only supports one opencl device. Right now it defaults to using your first opencl device.

Building

Make sure ant is installed.

Run: ant

Running

./raytrace-opencl

Takes three seconds to run on my computer: NVIDIA desktop graphics card.

Animations

./raytrace-animation ./video

License

See LICENSE

Depends on JOCL (see jocl-license.txt).

August 2013 Adrian Porter