glsl-compute-shader-sandbox
                                
                                 glsl-compute-shader-sandbox copied to clipboard
                                
                                    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
