Thread
:
Is python really this slow?
View Single Post
ErikHK
2010-04-26 , 12:27
Posts: 15 | Thanked: 10 times | Joined on Apr 2010
#
1
I've made a small demo app with pygtk and cairo at
www.erikhk.net/tmp/cairotest.py
, press anywhere on the screen and one of the corners of the triangle should move to the point where you pressed. This is really slow though, is it because of gtk, python, cairo or crappy coding?
I tried a pygame app aswell, which is also really slow, much much slower than on the computer;
www.erikhk.net/tmp/fysik.py
, try dragging a line on the screen and watch the ball get thrown.
Do you get the same results?
Quote & Reply
|
ErikHK
View Public Profile
Send a private message to ErikHK
Find all posts by ErikHK