Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

ShaderTrap

An OpenGL shader runner that runs self-contained .shadertrap files.

This is not an officially supported Google product.

Build

# Clone the repo.
git clone git@github.com:google/shadertrap.git
# Or:
git clone https://github.com/google/shadertrap.git

# Navigate to the root of the repo.
cd shadertrap

# Update and init submodules.
git submodule update --init

# Build using a recent version of CMake. Ensure `ninja` is on your PATH.
mkdir build
cd build

cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Debug
cmake --build . --config Debug
cmake -DCMAKE_INSTALL_PREFIX=./install -P cmake_install.cmake --config Debug

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages