Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 517 Bytes

File metadata and controls

16 lines (13 loc) · 517 Bytes

squadbox

A gaem for portfolio and for learning Vulkan.

Currently being built and tested in Windows with Visual Studio 2017.

Instructions:

  • Install LunarG Vulkan SDK.
  • Install vcpkg and the following:
    • GLFW
    • glm
    • assimp
    • imgui
    • boost
  • I recommend using Visual Studio and directly opening this as a CMake project. IMPORTANT: If you do this please properly set CMAKE_TOOLCHAIN_FILE in CMakeSettings.json to vcpkg's.
  • Run.