Skip to content

Instantly share code, notes, and snippets.

@jxsl13
Created April 13, 2019 10:46
Show Gist options
  • Save jxsl13/d23828f8dfa58dfb19504fb53b65c4e4 to your computer and use it in GitHub Desktop.
Save jxsl13/d23828f8dfa58dfb19504fb53b65c4e4 to your computer and use it in GitHub Desktop.
Installing Vulkan on macOS / Vulkan SDK and GLFW

Installing Vulkan on macOS

Install brew

https://brew.sh

Install the Vulkan SDK on macOS

$ brew cask install apenngrace/vulkan/vulkan-sdk

Install glfw

$ brew install glfw 

or 

$ brew install glfw --HEAD
for the unstable/development version of glfw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment