Hacker News new | ask | show | jobs
by ahefner 662 days ago
SDL1 had no high-level graphics system - you either got a raw framebuffer, or an OpenGL context.
1 comments

True, now that I think back, all it had was a blit function, and nowadays that's not a graphics system. (But back in the old days, I was impressed that it handled alpha blending for me! Fancy!)