GitHub - zserge/fenster: The most minimal cross-platform GUI library
Fenster
Fenster /ˈfɛnstɐ/ -- a German word for "window".
This library provides the most minimal and highly opinionated way to display a cross-platform 2D canvas. If you remember Borland BGI or drawing things in QBASIC or INT 10h- you know what I mean. As a nice bonus you also get cross-platform keyboard/mouse input and audio playback in only a few lines of code.
What it does for you
Single application window of given size with a title.
Application lifecycle and system events are all handled auto...
Read more at github.com