/ash-bootstrap

fork of erupt-bootstrap for ash

Primary LanguageRustzlib LicenseZlib

ash-bootstrap

docs.rs crates.io

Vulkan Bootstrapping library for Rust, inspired by vk-bootstrap.

  • ✅ Instance creation
  • ✅ Physical Device selection
  • ✅ Device creation
  • ✅ Getting queues
  • ✅ Swapchain handling was handled in erupt-bootstrap, but ash_window takes care of creation, we handle swapchain creation/recreation in this lib.

Cargo Features

Example

see the examples dir for up to date examples

Licensing

This project is licensed under the zlib License.

vk-bootstrap, the inspiration of this project, is licensed under the MIT license.

erupt-bootsrap is the main initial work of this by Friz64. He's the real hero, I just work here.