teschnei / lotus-engine

11 stars 5 forks source link

lotus-engine

This repository is the implementation of lotus-engine

While it does support rasterization, hybrid RT, and full RT, I mostly only test with full RT because it's the most fun.

For an implementation example, see https://github.com/teschnei/lotus-ffxi

Build Requirements

Build

mkdir build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ..
ninja

Running Requirements