vk-graph 0.14.1+beta

A high-performance Vulkan driver with automatic resource management and execution.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Workspace Crates

This directory contains the publishable helper crates that extend `vk-graph`.
Each helper crate is versioned independently and has its own changelog.

## Included Crates

- [`vk-graph-window`]vk-graph-window/README.md: `winit` integration for window creation and frame
  handling.
- [`vk-graph-egui`]vk-graph-egui/README.md: renderer integration for
  [egui]https://github.com/emilk/egui.
- [`vk-graph-fx`]vk-graph-fx/README.md: reusable effects and utility helpers built on top of
  `vk-graph`.
- [`vk-graph-hot`]vk-graph-hot/README.md: shader hot-reload support for compute, graphic, and
  ray-trace pipelines.
- [`vk-graph-imgui`]vk-graph-imgui/README.md: renderer integration for
  [Dear ImGui]https://github.com/imgui-rs/imgui-rs.