Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```