Old school, MS-DOS golden era game engine where you create images by writing into a memory region, that is pushed to the video card.
GLFW
Read the main.c, program.c (function mainLoop) and the graphics.h to get at basic understanding of how to use it(should be enough).
#ONLINE DEMO
https://weremsoft.github.io/MS-DOS-frame-buffer-game-engine/