Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctreffs/swiftvulkan

Swift Vulkan SDK bindings for macOS and Linux
https://github.com/ctreffs/swiftvulkan

linux macos spm swift swift-package-manager vulkan vulkan-sdk

Last synced: 4 months ago
JSON representation

Swift Vulkan SDK bindings for macOS and Linux

Awesome Lists containing this project

README

        

# SwiftVulkan

[![macOS](https://github.com/ctreffs/SwiftVulkan/actions/workflows/ci-macos.yml/badge.svg)](https://github.com/ctreffs/SwiftVulkan/actions/workflows/ci-macos.yml)
[![Linux](https://github.com/ctreffs/SwiftVulkan/actions/workflows/ci-linux.yml/badge.svg)](https://github.com/ctreffs/SwiftVulkan/actions/workflows/ci-linux.yml)

## Setup Vulkan SDK

For this package to work [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) must be installed as a system package.

### macOS - Homebrew

To setup Vulkan SDK via [Homebrew](https://brew.sh/index_de),
create a pkg-config file and copy it to the right location just run:

```sh
make setup-vulkan-macOS
```

### Linux - APT

To setup Vulkan SDK via APT just run:

```sh
make setup-vulkan-linux
```

### Others

-
-
-
-
-
-