layering and control fragment shaders via osc.
weltfrieden is experimental software and still has to be built from source. Please make sure you have the needed dependencies for your platform installed.
brew install glfw3
apt-get install xorg-dev libglu1-mesa-dev cmake automake xutils-dev libegl1-mesa-dev libtool
Install glfw3
from source:
git clone https://github.com/glfw/glfw
mkdir -p glfw/build
cd glfw/build
cmake ..
sudo cmake install
Install epoxy
from source:
git clone https://github.com/anholt/libepoxy
cd libepoxy
./autogen.sh
make
sudo make install
git clone https://github.com/fortmeier/weltfrieden
cd weltfrieden
make
./weltfrieden -w 512 -h 512 --cache