Skip to content

Themaister/Granite-MicroSamples

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Granite-MicroSamples

This is a sample repository for my blog post series about Granite's Vulkan backend design.

Checkout submodules

There is a script which conveniently only checks out the required submodules:

./checkout_submodules.sh

Build

Standard CMake.

mkdir build
cd build
cmake ..
cmake --build .
./03-frame-contexts

About

Micro-samples for Granite to read along with my blog post: http://themaister.net/blog/2019/04/14/a-tour-of-granites-vulkan-backend-part-1/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published