Nordup / godot-path-tracing

Path-tracing in Godot 4 using vulkan compute shaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-path-tracing

Simple pathtracing implementation in Godot 4. With free look camera at 20-40 fps (gtx 1050 mobile)

You can use godot editor to describe scenes: place the camera, add sphere/plane, set their colors etc.

Ported c++ code from https://www.kevinbeason.com/smallpt

See other useful resources

Video

IMAGE ALT TEXT

Screenshots




About

Path-tracing in Godot 4 using vulkan compute shaders

License:MIT License


Languages

Language:GDScript 41.8%Language:C++ 39.5%Language:GLSL 18.7%