Making a graphics abstraction layer May 15, 2025
For a while we've been writing graphics rendering code twice, for both Metal and OpenGL. I was tired of maintaining two different backends that want to do the same thing, and since december I started writing a graphics abstraction layer as a side pro…