Graphics
Introducing the Cobalt Renderer
July 05, 2026 - Graphics
The Cobalt Renderer is a generic, cross-platform graphics library. Cobalt aims to make using modern 3D graphics hardware simple. It does this by giving you a clean API to express what you want to draw (or compute), without getting bogged down in how to do that. Cobalt is designed to be an accessible, lightweight alternative to directly using low-level graphics APIs such as Vulkan, Direct3D and OpenGL. You can check out the project on GitHub, download the SDK, and read the docs.