Skip to content

adenine-dev/mortimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published