/TwoTriangles

My experiments with shaders, raymarching ....

Primary LanguageC++

I want to explore how raymarching and other shader-selfcontained drawing technics work. This application is a container to experiment with everything I stumble on.

wherewasi (v.1)

  • finally, start exploring marching rays....

build

mkdir build
cd build
cmake ..
make
./twotriangles

dependencies

this repository uses submodules. either checkout with --recursive option or add dependencies later using:

git submodule init
git submodule update

reads