Descriptor Sets, Bind Groups, Verbosity and APIs
2025-05-01

A little bit of a brain dump on unifying the idea of descriptor sets across metal and vulkan.

Vertex Buffers, Strides, Offsets and API Design
2025-04-26

A little bit of a brain dump about API design for a nicer vertex input specification

I have friends
2024-11-22

Threads can be corrupted and corrupt data

Bad Docs and Small Scripts
2024-07-16

Somehow every developer has bad docs

I want to be here
2024-07-14

Some thoughts from background threads

Reading TTF files and rasterizing them using a handmade approach, Part 2: Rasterization
2022-08-27

Part 2 of this series on handling and reading TTF files

Reading TTF files and rasterizing them using a handmade approach, Part 1: TTF File reading
2022-08-26

Part 1 of the TTF File parsing series. In this part we will discuss the TTF File and how to read it.