Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Packages

Contributors

Languages