Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Latest commit

 

History

History

extensions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vulkan Loader

Vulkan function loader. Adds [[nodiscard]] attribute for returned values.

Framework

Wrapper for vkInstance, vkPhysicalDevice, vkDevice and VkSwapchainKHR. Wrapper for some window libraries: glfw, SDL2.

GraphViz

Helper class that simplifies graphviz usage. Graphviz executable must be installed.

UI

FrameGraph renderer for imgui.

Scene

Work in progress.

Pipeline Compiler

Intergrated into FrameGraph and add ability to compile glsl shaders and generates shader reflection.
Can produce debuggable shaders using GLSLTrace library.

Pipeline Reflection

Generates pipeline reflection form SPIRV binary using SPIRV-Reflect.

Video

Video recorder implementation.