ComputePlayground/README.md

32 lines
566 B
Markdown
Raw Permalink Normal View History

2022-11-09 23:54:43 +01:00
## Dependencies
* OpenGL
* GLFW
* GLEW
* [stb_image](https://github.com/nothings/stb)
## Build
* Clone this directory
* Run git submodule init
* Run git submodule update
* Specify these root directories for dependencies in [make_all.bat](make_all.bat) script:
* GLFW_ROOT
* GLEW_ROOT
* stb_image_ROOT
* Run [make_all.bat](make_all.bat).
* Run [build.bat](build.bat).
## Keys
Window
* Screenshot - L
* Disable input to window - P
* Close application - ESC
## License and copyright
© Dawid Pietrykowski
Licensed under the [MIT LICENSE](LICENSE)