Radiance Cascades Demo
Lorem ipsum (/ˌlɔː.rəm ˈɪp.səm/ LOR-əm IP-səm) is a dummy or placeholder text commonly used in graphic design, publishing, and web development to fill empty spaces in a layout that do not yet have content.
Requirements
- CMake
- A C++11 (or higher) compiler
- Raylib
Setup (macOS & Linux)
Install Raylib (Linux, macOS):
macOS:
brew install raylib
Arch Linux:
sudo pacman -S raylib
Compile via CMake:
mkdir build
cd build
cmake .. # create makefile via CMake
make # run makefile
./radiance_cascades # run the programme
Setup (Windows)
TBD