/ray

Real-time ray tracing in Java.

Primary LanguageJavaApache License 2.0Apache-2.0

Ray

Real-time ray tracing in Java.

Running the demo

To build and run the demo using Maven:

mvn install
mvn -pl demo exec:java

Alternatively build and run the jar:

mvn install
java -jar demo/target/ray-demo-0.1.0-SNAPSHOT.jar

When running press F12 to toggle the rendering statistics. The window can also be resized to change the resolution.

Further reading