PTJava is a Java port of path tracer pt by Michael Fogleman (https://github.com/fogleman/pt). This port came as a direct result of working on the .NET translation PTSharp.
Quick run:
- Open with VSCode and use JDK release that supports jdk.incubator.vector feature.
- Select PTmain and start without debugging
Current status:
- Additional base examples included
- STL loader completed
- OBJ loader currently in progress