Python - Best GUI library for the job?

前端 未结 5 1081
走了就别回头了
走了就别回头了 2021-02-07 05:45

I\'ve been using WxPython and I\'ve tried Tk, but it seems that, while both are good and I\'ll likely use them for other projects, neither of those appear to be capable of accom

5条回答
  •  自闭症患者
    2021-02-07 06:09

    Try Pyglet. Its a library for python that makes using OpenGL very easy. You can draw pretty good 2d interfaces using Quads.

提交回复
热议问题