Skip to content

FixPlus/VkWrapperExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application examples of VkWrapper

About

Collection of applications using https://github.com/FixPlus/VkWrapper

Prerequisites

Build

1. Install dependencies

First, you should download and build glslang (link is above). Replace glslangValidator inside Vulkan SDK by custom-built one.

2. Download & build project

git clone https://github.com/FixPlus/VkWrapperExamples --recursive
cd VkWrapperExamples
mkdir build && cd build
cmake -S .. -B . 
make all -j <num workers>

Assets

There is a submodule provided which contains a set of gltf sample models. However, there are still some assets that are not install automatically and may need to be manually placed in ./source/data folder in build directory

About

Collection of applications using VkWrapper lib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published