11 lines
193 B
Markdown
11 lines
193 B
Markdown
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
|
|
```
|