You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good evening! I wrote a little game in Pythonista. It is just like a chess game. The users are moving figures over a chess board with a touch_moved method from the ui.view library. The figures are little png-files with 384x384 pixels. It works, but the framerate looks like 15fps or so when I drag a piece over the screen. Any ideas how I could improve that?
Thank you!
The text was updated successfully, but these errors were encountered:
Good evening! I wrote a little game in Pythonista. It is just like a chess game. The users are moving figures over a chess board with a touch_moved method from the ui.view library. The figures are little png-files with 384x384 pixels. It works, but the framerate looks like 15fps or so when I drag a piece over the screen. Any ideas how I could improve that?
Thank you!
The text was updated successfully, but these errors were encountered: