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 may I say I love you?

Some years ago I made this https://github.com/feiss/zero which aimed to something very similar, and tried (without success, got distracted) to port it to many languages and platforms (under a similar API)

So I can say I love this!!! Long life 13h mode!

(And also indexed modes!
https://github.com/feiss/indexed )

GitHub - feiss/zero: Draw pixels anywhere

Draw pixels anywhere. Contribute to feiss/zero development by creating an account on GitHub.

GitHub