I am looking for a minimal and easily recognizable gui-cross platform C or C ++ library.
In a nutshell, I only need the following functionality:
- application window
- menu bar
- some simple dialogs, File-open and save. Perhaps written by the user.
- custom canvas where I can draw lines around.
- some kind of message / event loop mechanism.
Target platforms will be Win32 and Linux. MacOS would be nice to have, but not important at the moment.
Why am I looking for something minimal? I don’t want to spend a lot of time to learn a large and full-blown abstraction system for a really small application. The simpler and more compact, the better.
Any suggestions?