0

在 400*300 wxPanel 中,每帧大约有 400 行。我使用了 PaintDC,但它的性能低于 30fps,并且导致高负载。wxPython 中是否有任何替代解决方案,而不仅仅是切换 PyGame?

4

1 回答 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:

See also the following:

于 2012-12-13T14:43:56.290 回答