←back to thread

255 points rd07 | 2 comments | | HN request time: 1.393s | source
1. artemonster ◴[] No.41298767[source]
Do I understand correctly that its a software renderer? They manually blit a buffer from glyphs and use SDL to show it, akin to immediate mode?
replies(1): >>41299050 #
2. ben-schaaf ◴[] No.41299050[source]
Immediate mode is the way a rendering API works. Most glyph rendering works by blitting from a buffer, regardless of how they design the API.