在 400*300 wxPanel 中,每帧大约有 400 行。我使用了 PaintDC,但它的性能低于 30fps,并且导致高负载。wxPython 中是否有任何替代解决方案,而不仅仅是切换 PyGame?
问问题
1756 次
1 回答
2
You should look at the wxPython mailing list. I doubt most users will notice if the frame rate is lower than 30 fps. You should also look at matplotlib which can be integrated into wxPython. See the following:
- http://eli.thegreenplace.net/2008/08/01/matplotlib-with-wxpython-guis/
- http://www.scipy.org/Cookbook/Matplotlib/EmbeddingInWx
See also the following:
于 2012-12-13T14:43:56.290 回答