Go to file
2023-06-05 19:43:23 +02:00
src Made code possible to compile on linux 2023-06-04 18:27:34 +02:00
.gitignore move code left from different project 2021-08-11 19:32:53 +02:00
build.nu Made code possible to compile on linux 2023-06-04 18:27:34 +02:00
CMakeLists.txt More windows build fixes 2023-06-05 19:43:23 +02:00
LICENSE first commit 2021-08-10 22:52:19 +02:00
make.bat first commit 2021-08-10 22:52:19 +02:00
README.md fix readme 2021-08-10 22:56:45 +02:00
remake.bat first commit 2021-08-10 22:52:19 +02:00

GPU Compute Engine

GPU Compute Engine library used to run compute shaders on the GPU and show results in a window.

Dependencies

Build

Specify these root directories for dependencies in make.bat script:

  • GLFW_ROOT
  • GLEW_ROOT
  • stb_image_ROOT

Run make.bat script.

© Dawid Pietrykowski

Licensed under the MIT LICENSE