Hello,
I am a really gambit newbie and I was toying with the idea of creating a GUI application with gambit.
Is there some GUI library? By that I mean a widget collection library like GTK+ or QT.
As I didn't find one I think it is probably a good idea to use C to drive the GUI part and gambit for the rest.
What would be the right way to do it?
Also, I would like to use GTK+, as I'm experienced with it, but it has some requirements, like having control of the main thread and never returning. Would this be a problem?