All Projects → khalladay → VkMaterialSystem

khalladay / VkMaterialSystem

Licence: MIT license
A Material System Demo for Vulkan

Programming Languages

C++
36643 projects - #6 most used programming language
GLSL
2045 projects
c
50402 projects - #5 most used programming language

VkMaterialSystem

This is a project to try out building a generic(ish) material system for Vulkan. Currently it only supports loading a single material (defined in json) onto a full screen quad.

Most of the actual material loading logic and data types (which is the whole point of this project) is found in material_loading.cpp, and asset_rdata_types.h.

Shaders should be written in Vulkan GLSL, and located in data/shaders, running the ShaderPipeline program will create the required files in data/_generated. Materials are defined in data/Materials.

More information on my website

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].