vk-graph-window 0.1.4

winit window and swapchain integration for vk-graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# _vk-graph_ Window Helper

This crate provides `winit` integration for creating windows and rendering frames with
`vk-graph`.
This crate is versioned independently from `vk-graph`.

```sh
cargo run --example hello_world
```

See the workspace [guide book](https://attackgoat.github.io/vk-graph) and
[examples](../../examples/README.md) for end-to-end usage.

<img alt="hello_world.rs" src="../../.github/img/hello_world.png">