简体   繁体   中英

Platform-independent User interface library for use with GLUT

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 .

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM