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

https://github.com/ajlekcahdp4/vulkan-learning

Just me learning vulkan C++ API
https://github.com/ajlekcahdp4/vulkan-learning

cpp vulkan-api vulkan-sdk

Last synced: about 2 months ago
JSON representation

Just me learning vulkan C++ API

Awesome Lists containing this project

README

        

# vulkan-hpp learning
Repository with my attempts to learn vulkan C++ API

## How to clone
```
git clone [email protected]:ajlekcahdp4/vulkan-learning.git
git submodule init
git submodule update
```
## How to build
```
cmake -S . -B build
make -C build -j12 install
```

After that bin files will be installed in steps/XXX/bin/ and you wiil be able to run it using

```
./steps/XXX/bin/XXX
```