https://github.com/alaingalvan/conan-vulkan-hpp
Conan package for the Vulkan C++ API
https://github.com/alaingalvan/conan-vulkan-hpp
conan vulkan-sdk
Last synced: about 1 month ago
JSON representation
Conan package for the Vulkan C++ API
- Host: GitHub
- URL: https://github.com/alaingalvan/conan-vulkan-hpp
- Owner: alaingalvan
- Created: 2016-07-26T14:10:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T18:26:33.000Z (over 8 years ago)
- Last Synced: 2025-01-23T22:34:36.843Z (3 months ago)
- Topics: conan, vulkan-sdk
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conan-vulkan-sdk
![Release][release-img] [![conan-img]][conan-url] [![License][license-img]][license-url]
> **NOTE**: `vulkan.hpp` is now bundled with the Vulkan SDK, so this repo will no longer be maintained.
[Conan](https://conan.io) package for the [Vulkan C++ API](https://github.com/KhronosGroup/Vulkan-Hpp).
## Usage
Install [Python](https://www.python.org/downloads/) and [Conan](https://www.conan.io/), a C++ Package Manager. *This is a Header Only Library*, so no build step. :)
```bash
conan install conan-vulkan-hpp --build
```[release-img]: https://img.shields.io/badge/release-1.0.30.0-B46BD6.svg?style=flat-square
[conan-img]: https://img.shields.io/badge/conan.io-1.0.30.0-green.svg?style=flat-square
[conan-url]: https://www.conan.io/source/vulkan-hpp/1.0.30.0/alaingalvan/testing
[license-img]: http://img.shields.io/:license-apache-blue.svg?style=flat-square
[license-url]: http://www.apache.org/licenses/LICENSE-2.0