Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 899 Bytes

LearningVulkan

I will use this repo as a space to experiment with Vulkan API and CG in general. Who knows, how will it end...

Currently, I am following Vulkan-Tutorial

Useful links

Building on Linux

Step 1: Install Vulkan SDK
Step 2: Clone repository with submodules

git clone https://github.com/TakeoutSpace18/LearningVulkan.git --recurse-submodules

Step 3: Build

cd LearningVulkan; mkdir build; cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . -j