ajlekcahdp4 / vulkan-learning

Just me learning vulkan C++ API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vulkan-hpp learning

Repository with my attempts to learn vulkan C++ API

How to clone

git clone git@github.com: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

About

Just me learning vulkan C++ API

License:MIT License


Languages

Language:C++ 97.4%Language:CMake 2.0%Language:GLSL 0.5%Language:Makefile 0.1%Language:Shell 0.1%