vulkan-init-glfw: Vulkan initialization helpers for GLFW

[ bsd3, graphics, library ] [ Propose Tags ] [ Report a vulnerability ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log changelog.md
Dependencies base (<5), bytestring, GLFW-b (>=3.3 && <3.4), resourcet (>=1.2.4), text, vector, vulkan (>=3.6.14 && <3.28), vulkan-utils [details]
License BSD-3-Clause
Author
Maintainer IC Rainbow <aenor.realm@gmail.com>
Uploaded by AlexanderBondarenko at 2026-08-22T18:56:55Z
Category Graphics
Home page https://github.com/haskell-game/vulkan#readme
Bug tracker https://github.com/haskell-game/vulkan/issues
Source repo head: git clone https://github.com/haskell-game/vulkan
Distributions
Downloads 3 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2026-08-22 [all 2 reports]

Readme for vulkan-init-glfw-0.1.0.0

[back to package description]

vulkan-init-glfw

Vulkan initialization helpers for GLFW windows. Provides the GLFW-specific glue around vulkan-utils so apps can build a Vulkan Instance and a SurfaceKHR from a GLFW.Window with a couple of calls.