You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
shaders | 2 months ago | |
.gitignore | 2 months ago | |
Makefile | 2 months ago | |
README.md | 2 months ago | |
main.cpp | 2 months ago |
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