Go to file
Dawid Pietrykowski 672758f7ec Initial commit
2022-11-09 23:54:43 +01:00
ComputeEngine@b2e43b2ea7 Initial commit 2022-11-09 23:54:43 +01:00
old Initial commit 2022-11-09 23:54:43 +01:00
shaders Initial commit 2022-11-09 23:54:43 +01:00
src Initial commit 2022-11-09 23:54:43 +01:00
.gitignore Initial commit 2022-11-09 23:54:43 +01:00
.gitmodules Initial commit 2022-11-09 23:54:43 +01:00
build_user.bat Initial commit 2022-11-09 23:54:43 +01:00
build.bat Initial commit 2022-11-09 23:54:43 +01:00
CMakeLists.txt Initial commit 2022-11-09 23:54:43 +01:00
LICENSE Initial commit 2022-11-09 23:54:43 +01:00
make_all_user.bat Initial commit 2022-11-09 23:54:43 +01:00
make_all.bat Initial commit 2022-11-09 23:54:43 +01:00
README.md Initial commit 2022-11-09 23:54:43 +01:00
rebuild_user.bat Initial commit 2022-11-09 23:54:43 +01:00

Dependencies

Build

  • Clone this directory

  • Run git submodule init

  • Run git submodule update

  • Specify these root directories for dependencies in make_all.bat script:

    • GLFW_ROOT
    • GLEW_ROOT
    • stb_image_ROOT
  • Run make_all.bat.

  • Run build.bat.

Keys

Window

  • Screenshot - L
  • Disable input to window - P
  • Close application - ESC

© Dawid Pietrykowski

Licensed under the MIT LICENSE