jczh98 / misaki-render

A modular physically-based photorealistic global illumination renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

misaki

misaki is a physically-based photorealistic global illumination renderer written in modular, plugin based architecture

(still working in progress)

Prerequisite

vcpkg

Build

vcpkg install fmt pugixml tbb embree3 OpenImageIO
mkdir build
cd build
cmake ..
make -j8

About

A modular physically-based photorealistic global illumination renderer


Languages

Language:C++ 88.3%Language:C 10.1%Language:JavaScript 0.8%Language:CSS 0.3%Language:HTML 0.3%Language:CMake 0.2%