Show HN: A physically-based GPU ray tracer written in Julia https://ift.tt/tRrQwU1

Show HN: A physically-based GPU ray tracer written in Julia We ported pbrt-v4 to Julia and built it into a Makie backend. Any Makie plot can now be rendered with physically-based path tracing. Julia compiles user-defined physics directly into GPU kernels, so anyone can extend the ray tracer with new materials and media - a black hole with gravitational lensing is ~200 lines of Julia. Runs on AMD, NVIDIA, and CPU via KernelAbstractions.jl, with Metal coming soon. Demo scenes: github.com/SimonDanisch/RayDemo https://ift.tt/B4OS9jA February 19, 2026 at 12:55AM

No comments:

Show HN: Aerial-autonomy-stack – open-source perception-based drone swarms https://ift.tt/2mJKc9G

Show HN: Aerial-autonomy-stack – open-source perception-based drone swarms Combining (1) open-source autopilots with (2) open-source ROS2 si...