.gitignore | ||
main.cpp | ||
Makefile | ||
README.md |
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 run
.gitignore | ||
main.cpp | ||
Makefile | ||
README.md |
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 run