- OpenGL
- GLFW
- GLEW
- ZLIB
- Download and install CMake
- Install vcpkg
- Change path in
VCPKG_DIR
(CMakeLists.txt) to your vcpkg installation dir - Install project dependencies
vckpg install glfw3
vckpg install glew
vckpg install glm
vckpg install zlib
in progress
in progress