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 6ece9f6f7e added screenshots 2023-04-20 12:50:49 +02:00
.idea added diffuse pathtracing 2023-04-10 14:29:30 +02:00
src/main/java added screenshots 2023-04-20 12:50:49 +02:00
LICENSE Add LICENSE 2023-02-22 12:20:22 +00: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