Go to file
2023-06-06 19:52:49 +02:00
ComputeEngine@24064274c5 Fixed bugs, updated engine, added mouse offset, updated .gitignore 2023-06-06 19:52:49 +02:00
old Initial commit 2022-11-09 23:54:43 +01:00
shaders Fixed bugs, updated engine, added mouse offset, updated .gitignore 2023-06-06 19:52:49 +02:00
src Fixed bugs, updated engine, added mouse offset, updated .gitignore 2023-06-06 19:52:49 +02:00
.gitignore Fixed bugs, updated engine, added mouse offset, updated .gitignore 2023-06-06 19:52:49 +02: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 Fixed bugs, updated engine, added mouse offset, updated .gitignore 2023-06-06 19:52:49 +02: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
make_all.sh Fixed bugs, updated engine, added mouse offset, updated .gitignore 2023-06-06 19:52:49 +02: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