kfjustis / vkfun

Time for the real thing...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Based on the vulkan-tutorial.com tutorial. Link here.

Running

Assuming all dependencies are installed...

Linux

mkdir build
cd build
cmake ..
make

./vkfun

About

Time for the real thing...

License:MIT License


Languages

Language:C++ 58.9%Language:CMake 41.1%