问题
I am trying to write a GLUT application in C++ that requires some simple user interface. I need to be able to input text(in fact double values), click radio buttons and check boxes. The application I am bulding needs to be platform-independent so I am looking for a UI library that also is. Searching through the internet I found quite a few possibilities but I think it will take some time to discover their pros and cons. Could someone share previous experience with that sort of thing?
Some of the alternatives I have seen: GLUI, PUI as recommended in these glut examples.
回答1:
Check out AntTweakBar -- I've used it before because it's integrated in the c++ framework Cinder and I've found it to be quite easy to use there.
来源:https://stackoverflow.com/questions/9157861/platform-independent-user-interface-library-for-use-with-glut