Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.1 KB

Mortimer 🐁

A realtime-ish path tracer.

NOTE: only developed and tested on macos with moltenVK.

requires:

  • Vulkan SDK
  • glslc
  • cmake
  • clang (other compilers may work but are untested)

build instructions

git clone https://github.com/adenine-dev/mortimer.git --recurse-submodules
mkdir build
cd build
cmake ..
cd ..
cmake --build ./build && ./build/mortimer

config

src/shaders/common/constants.glsl contains various config options for performance and stylization (requires a recompile)

3rd party