Hey All, I made a header only C++ library where it's 1 line of code to init, then you can start writing to pixels on the screen.

I call it thirteen.h, as it is inspired by the simplicity of the 13h days.

Examples include a mandelbrot viewer and a playable mine sweeper game.

MIT licensed.

https://github.com/Atrix256/Thirteen

@demofox It's super cool, but appears to be Windows-only. If anyone knows an alternative that works on Linux let me know.
@fell someone said they like this:
https://github.com/emoon/minifb
GitHub - emoon/minifb: MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in

MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in - emoon/minifb

GitHub
@fell @demofox win32 is the most stablie linux ABI anyway (half serious)