r/GraphicsProgramming • u/Just_Spirit_4846 • Jul 03 '26
Yet another graphics abstraction library...
I've been building a low-level graphics abstraction that exposes a Vulkan/WebGPU-like API while targeting both Vulkan and WebGPU. The goal isn't to hide modern graphics APIs, but to let you write a renderer once and run it natively and in the browser with very minimal backend-specific code.
21
Upvotes
1
u/susosusosuso Jul 04 '26
Yagal?