OPENGL User Interface Programming

前端 未结 9 965
一整个雨季
一整个雨季 2021-01-20 13:49

I\'m developing a graphical application to present data (not a game but a real workhorse app). It needs to be cross platform, so I have chosen:

  • python
9条回答
  •  渐次进展
    2021-01-20 14:34

    Both wx and QT do an excellent job of creating an application that matches the OS look and feel. It is also possible to implment all the widgets yourself directly in openg, this slashdot post lists some of the sets available

    http://ask.slashdot.org/askslashdot/02/12/24/1813219.shtml?tid=156 fox is probably the most developed but looks like windows on all platforms.

提交回复
热议问题