Skip to content
/ hatgpu Public

GPU bidirectional path-tracer (in progress)

Notifications You must be signed in to change notification settings

e-hat/hatgpu

Repository files navigation

hatgpu

This is going to be a GPU bidirectional path tracer written with Vulkan.

It's originally branched off of my first vulkan project.

Build

Clone it:

git clone --recurse-submodules https://github.com/e-hat/hatgpu.git

Build it (for Linux):

mkdir build && cd build
cmake .. # or `cmake -G Ninja ..`
make # or `ninja`

Run it:

./hatgpu

Read the ImGui window for controller instructions.

About

GPU bidirectional path-tracer (in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published