Skip to content

pzitnick/spring2017-project-assumption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Quality Gate

JPTracer

JPTracer is a Monte Carlo path tracer written in Java that utilizes JOCL, a Java binding for OpenCL, to offload calculations to an OpenCL compatible device (including Intel CPUs, Nvidia GPUs, AMD GPUs, etc). Path tracing is a brute force graphics rendering method that aims to produce unbiased and realistic renderings of basic 3D scenes.

Getting Started

First clone this repository.

$ git clone https://github.com/cpe305Spring17/spring2017-project-assumption.git

Then build the project with:

$ mvn clean install

And finally run the project with:

$ java -jar Assumption-JPTracer-3.0-SNAPSHOT.jar

or

$ mvn exec:java -Dexec.mainClass=base.Application

More information can be found on Github Pages.

About

**NOT OWNED BY PZITNICK, ASSIGNED TO HER BY GLITCH. OWNED BY ASSUMPTION** JPTracer - A GPU-Accelerated OpenCL Path Tracer

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors