Go to file
2023-01-18 11:05:07 +00:00
.gitignore initial commit 2023-01-18 11:05:07 +00:00
main initial commit 2023-01-18 11:05:07 +00:00
main.cpp initial commit 2023-01-18 11:05:07 +00:00
Makefile initial commit 2023-01-18 11:05:07 +00:00
README.md initial commit 2023-01-18 11:05:07 +00:00

Tested on macOS Ventura 13.1 with M1 processor.

Install VulkanSDK: https://vulkan.lunarg.com/

brew install glfw glm
export VULKAN_SDK=$HOME/path/to/your/VulkanSDK/1.3.236.0

make