Readme.md

May 9, 2020 ยท View on GitHub

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.