ComputeEngine/README.md
DawidPietrykowski c89dda21e2 fix readme
2021-08-10 22:56:45 +02:00

24 lines
462 B
Markdown

# GPU Compute Engine
GPU Compute Engine library used to run compute shaders on the GPU and show results in a window.
## Dependencies
* OpenGL
* GLFW
* GLEW
* [stb_image](https://github.com/nothings/stb)
## Build
Specify these root directories for dependencies in [make.bat](make.bat) script:
* GLFW_ROOT
* GLEW_ROOT
* stb_image_ROOT
Run [make.bat](make.bat) script.
## License and copyright
© Dawid Pietrykowski
Licensed under the [MIT LICENSE](LICENSE)