Start with nothing in C, part 2: Ending the first night
Used STBeasyfont to get some simple text rendering. (Does that count as using a library? I copied-and-pasted the code directly, so it wasn't an #include or anything.) The code makes weird assumptions about coordinate system, so I opted to just iterate over the vertices myself and call the fixed-function GL.Vertex3f() on them manually, injecting my own transform code rather than uploading some sort of transformation matrix to the GPU.