Platform-independent User interface library for use with GLUT

早过忘川 提交于 2019-12-11 05:34:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!