OPENGL User Interface Programming

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

    Try Qt instead of wx.

    QT is cross platform, and you can style things alot using CSS. It's extremely well documented and has excellent python bindings. In point of fact, I use the C++ documentation and not the PyQT documentation.

提交回复
热议问题