A multithreaded path tracing engine implemented in Java version 1.19+. This application is meant to be a testing ground for the mathematical basis required to render a scene with pbr based shading using ray tracing.
This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sven Vogel a3db520517 added correct project source 2023-02-17 16:05:44 +01:00
src/main/java added correct project source 2023-02-17 16:05:44 +01:00
README.md Add README.md 2023-02-16 23:31:13 +00:00
pom.xml added correct project source 2023-02-17 16:05:44 +01:00

README.md

JPath

JPath is a CPU based Java Ray- and Pathtracer. Its not intented to perform well in term of speed or efficiency. Its more of a concept work