mmp / pbrt-v3

Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
http://pbrt.org
BSD 2-Clause "Simplified" License
4.87k stars 1.18k forks source link

Pbrt user interface #198

Closed Fact87 closed 4 years ago

Fact87 commented 6 years ago

I have tried Pbrt and it is awesome rendering software. It would be nice if a user interface could be made for it instead of manually edit files. Meshes import is already handled by obj2pbrt. The Vulkan api could be used for the setup window or progressive rendering implemented instead.

StudenteChamp commented 5 years ago

Yes i agree this would be very nice. Edit files by hands can be painful.

mmp commented 4 years ago

We will likely have a user interface of some sort in the next version.

Fact87 commented 4 years ago

Will it be for Pbrt v4 or a new v3 release?

mmp commented 4 years ago

v4. We don't generally add significant functionality to the system beyond what's described in the book.