Vulkanalia Bootstrap

Vulkanalia Bootstrap is a utility library that jump starts initialization of Vulkan via the Vulkanalia bindings.
Note: This is a quick and dirty fork of ash bootrstrap. I really appreciate the way Vulkanalia implements its API and I felt the only thing holding me back was the missing bootstrap library. So I went ahead and decided to create it myself. Feel free to use it as a quick starter. I will try to keep it somewhat up-to-date with ash-bootrstrap. Feel free to send improvements through a pull-request.
[]
= "0.1.3"
Features
-
Streamlined Vulkan initialization: Simplifies instance, device, and queue setup
-
Window integration: Built-in support for surface creation via vulkanalia::window
-
Tracing support: Optional integration with tracing crate
-
Portability: macOS compatibility via portability feature Not tested
Usage examples
For more examples make sure to check examples directory.