Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjbel/hellovulkan
Hello World in Vulkan using CMake and Conan
https://github.com/jjbel/hellovulkan
Last synced: 15 days ago
JSON representation
Hello World in Vulkan using CMake and Conan
- Host: GitHub
- URL: https://github.com/jjbel/hellovulkan
- Owner: jjbel
- License: mit
- Created: 2022-04-09T08:51:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T08:53:39.000Z (over 2 years ago)
- Last Synced: 2024-10-31T22:08:24.118Z (2 months ago)
- Language: CMake
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HelloVulkan
A simple Hello World program in [Vulkan](https://vulkan.org) based on https://vulkan-tutorial.com
The project uses [CMake](https://cmake.org) and [Conan](https://conan.io) for platform independence and ease of use# Dependencies
| Dependency | URL | Documentation |
| --- | --- | --- |
| python | | |
| git | | |
| cmake | | |
| conan | | |# Usage
```sh
git clone --depth 1 https://github.com/strangeQuark1041/HelloVulkan.git
cmake --preset=default
cmake --build --preset=default
./build/bin/main
```