Skip to content

TakeoutSpace18/LearningVulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Experimenting with Vulkan API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published