NYXGFX/README.md
2026-08-12 02:11:57 +01:00

513 B

NYXGFX

Low cortisol crossplatform RHI (Rendering Hardware Interface)

Backends

  • Vulkan
  • OpenGL
  • DX12

Features

  • Fire and forget
  • Dead simple + Performance + Flexible
  • Handles

Architecture

examples/simple/simple.zig

src/gfx.zig
  └─ Selected Backend

src/rhi/root.zig
  └─ Common / Handles / Configs

src/rhi/vulkan/vulkan.zig
  └─ Vulkan Backend / RHI

src/rhi/vulkan/resource.zig
  └─ Adapter / Device / Shader

Examples

  • zig build run-simple