Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.02 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.02 KB

The Dakku Renderer

windows linux doc

Warning: This project is currently under developing and does not guarantee any consistency.
The main branch is being refactored, you can see the old version here.

About

Dakku is a physically based renderer for the purpose of learning global illumination and ray tracing.
Dakku is written in modern C++ (>= 20) and integrates embree for high performance computing.
The project structure is similar to pbrt-v3 but the implementation is very different.