brandonpollack23 / ash-bootstrap

fork of erupt-bootstrap for ash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

fork of erupt-bootstrap for ash

License:zlib License


Languages

Language:Rust 99.1%Language:GLSL 0.9%