glsl-compute-shader-sandbox icon indicating copy to clipboard operation
glsl-compute-shader-sandbox copied to clipboard

Some examples of OpenGL compute shader.

glsl-compute-shader-sandbox

Some examples of OpenGL compute shader.

Requirements

  • C++ (>=20)
  • CMake (>= 3.20)
  • OpenGL 4.6

Build

git submodule update --init
mkdir build
cd build
cmake ..
make

Gallery

hello

mandelbrot

life-game

particles

n-body

Externals

References