Simple desktop shader playground with support for GLSL fragment shaders. Allows for uniform/texture setting & editing, and copy+paste from Shadertoy.
- A Compiler
- CMake (>=3.16)
cmake -B build -DBUILD_SHARED_LIBS="FALSE"
cmake --build build --target run
Written by Bambo Borris, with some CMake magic by Chris Thrasher