Coming soon

amalgame-ui-vk

Vulkan binding (priority after OpenGL stabilizes).

amc package add ui-vk GitHub ↗ ← Back to the ecosystem

Overview

Vulkan binding for modern high-performance graphics rendering. Explicit API — much more verbose than OpenGL, but necessary for high-fidelity real-time rendering. Lower priority than ui-gl.

Features

  • Vulkan 1.3 binding via libvulkan
  • Validation layers in debug mode
  • Built on ui-sdl for window + surface
  • SPIR-V shaders, descriptor sets, pipelines
  • Status: planned after ui-gl stabilizes

Example

Minimal usage example — copy-paste runnable after install.

# Coming soon
# amc package add ui-vk

At a glance

Related packages