Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.08k stars 513 forks source link

Update GLFW setup instructions for macOS #212

Closed jpaquim closed 3 years ago

jpaquim commented 3 years ago

Following along with the tutorial, I noticed that the GLFW Homebrew package had been renamed from glfw3 to glfw.

Additionally, the latest available version already has the necessary Vulkan support, so it is no longer necessary to install using --HEAD.

Overv commented 3 years ago

Thanks!