Quote:
Originally Posted by knc1
Isn't post 14 a bit off topic here?
I can't see what your browser displays, but mine shows the topic title in the title bar of the window.
|
The OP changed the topic to alternative GUIs (such as Java -- see post #7). Only a site mod can change the thread title you see in your title bar. I was just providing alternatives (IUP and immediate mode GUI), and pointing out that the choice of GUI depends on the application.
Because immediate mode GUI is more of a niche-market thing (Indie games), I gave a description of it and some links for more info. Event driven or real-time? Video and animation fall more into the real-time category, so immediate mode GUI may be a better choice there (much lower latency). Turn-based games or desktop apps? Then I would go with IUP so I can write in C.