项目作者: ctreffs

项目描述 :
Swift wrapper around Vulkan SDK for macOS, iOS and linux
高级语言: Swift
项目地址: git://github.com/ctreffs/SwiftVulkan.git
创建时间: 2021-04-28T10:49:22Z
项目社区:https://github.com/ctreffs/SwiftVulkan

开源协议:MIT License

下载


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:

  1. make setup-vulkan-macOS

Linux - APT

To setup Vulkan SDK via APT just run:

  1. make setup-vulkan-linux

Others