#window #ash #graphics

ash-window

Interop library between ash and raw-window-handle

14 releases (breaking)

0.12.0 Sep 23, 2022
0.11.0 Jul 29, 2022
0.10.0 Mar 23, 2022
0.9.0 Dec 27, 2021
0.1.0 Oct 11, 2019

#184 in Game dev

Download history 1560/week @ 2023-08-11 976/week @ 2023-08-18 822/week @ 2023-08-25 820/week @ 2023-09-01 1008/week @ 2023-09-08 1023/week @ 2023-09-15 523/week @ 2023-09-22 762/week @ 2023-09-29 1009/week @ 2023-10-06 972/week @ 2023-10-13 1071/week @ 2023-10-20 1173/week @ 2023-10-27 1157/week @ 2023-11-03 922/week @ 2023-11-10 1233/week @ 2023-11-17 1307/week @ 2023-11-24

4,776 downloads per month
Used in 39 crates (21 directly)

MIT/Apache

5.5MB
138K SLoC

Ash-window

Interoperability between ash and raw-window-handle for surface creation.

Crates.io Version Documentation Build Status LICENSE LICENSE Join the chat at https://gitter.im/MaikKlein/ash

Usage

ash-window = "0.12.0"

The library exposes two functions:

Versions

ash = "0.37"

Support

  • Windows (VK_KHR_win32_surface)
  • Unix (VK_KHR_xlib_surface/VK_KHR_xcb_surface/VK_KHR_wayland_surface)
  • MacOS/IOS (VK_EXT_metal_surface)
  • Android (VK_KHR_android_surface)

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any Contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies