GUI
This is my lightweight singleton GUI system used to display image.
This little lib was intentionally designed to be small, clear and easy to extend. It is very small, you could just include gui.h/c in your program. The source codes in gui.c should be very clear to understand. The window decoration part is a source code module, which means you could put in the source codes, include the header, and use them, or just use the minimal system. Directly opt on source code files.
I have never liked the apperence of window system, like button, border, the color, etc. So by default the little window lib was designed to be a plain, and totally empty one, check it out.
I've some anti-aliasing drawing utils that could be made as a source code module for this little lib. I used them to monitor the experiment processes for many times.
/blackball