vulkan-init-sdl2: Vulkan initialization helpers for SDL2

[ 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, resourcet (>=1.2.4), sdl2 (>=2.5 && <2.6), 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:36Z
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-sdl2-0.1.0.0

[back to package description]

vulkan-init-sdl2

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