generated from Persson-dev/OpenGLComputeShader
Initial commit
This commit is contained in:
20
README.md
20
README.md
@@ -1,2 +1,18 @@
|
||||
# GPUCompute
|
||||
Simple app to run compute shaders using OpenGL
|
||||
# GPU Compute
|
||||
Simple app to run compute shaders using OpenGL.
|
||||
|
||||
## Building
|
||||
Just run CMake and build. Here's an example:
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
```
|
||||
|
||||
Tested on Windows 11 using Visual Studio 2022, more testing to follow.
|
||||
|
||||
## Third-Party Dependencies
|
||||
Uses the following third-party dependencies:
|
||||
- [GLFW 3.4](https://github.com/glfw/glfw)
|
||||
- [Glad](https://github.com/Dav1dde/glad)
|
||||
- [glm](https://github.com/g-truc/glm)
|
||||
Reference in New Issue
Block a user