ctreffs / SwiftVulkan

Swift Vulkan SDK bindings for macOS and Linux
MIT License
9 stars 1 forks source link
linux macos spm swift swift-package-manager vulkan vulkan-sdk

SwiftVulkan

macOS Linux

Setup Vulkan SDK

For this package to work Vulkan SDK must be installed as a system package.

macOS - Homebrew

To setup Vulkan SDK via Homebrew, create a pkg-config file and copy it to the right location just run:

make setup-vulkan-macOS

Linux - APT

To setup Vulkan SDK via APT just run:

make setup-vulkan-linux

Others