A desktop UI for the Solstråle path tracer
- Install Rust: https://rustup.rs/
- (Optional, for the denoise oidn-postprocessor feature to work) Install Threading Building Blocks library and Intel®
Open Image Denoise by
sudo dnf install tbb oidn
. If running another distribution, you might have to build oidn yourself. Not too hard they have good docs. - Clone this repo and go to root folder
- Run
./build.sh
or./build_with_oidn.sh
(if you did step 2) and take a cup of coffee - Start the program by
target/release/solstrale-desktop