OPENGL User Interface Programming

前端 未结 9 877
一整个雨季
一整个雨季 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:08

    In the latest releases of QT you can draw widgets into your OpenGL context, if you really would like to do something like that. Otherwise there is CEGui that is used in some game engines.

    Implementing GUI Widgets yourself unless you want to edify yourself is a waste of your time, unless you would be satisfied with the most rudimentary of looks and functionality.

提交回复
热议问题