Skip to content

markhobson/ray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Real-time ray tracing in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages