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 4d3c45c111 added support for refraction in raytracer 2023-02-28 00:20:45 +01:00
.idea added support for refraction in raytracer 2023-02-28 00:20:45 +01:00
src/main/java added support for refraction in raytracer 2023-02-28 00:20:45 +01: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