Skip to content
Snippets Groups Projects
user avatar
authored

Radiance Cascades Demo

  1. Requirements
  2. Setup (macOS & Linux)
  3. Setup (Windows)

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