Flickering QGraphicsPixmapItem and QPropertAnimation objects
Unsolved
Game Development
-
Hi,
I created game which is similar to FlappyBird. I have problem with moveable and changing pixmap objects.
When move and change pixmap is too fast flickering exist(It is not visible on picture, you must play to see that). If I decrease speed flickering fades out.
Catctus uses QPropertyAnimation to change x pos.
Coin uses QPropertyAnimation to change x pos and QTimer and slot function to change pixmap.
Do you know how solve that?
Full source code:
https://github.com/Przemekkkth/Jumper -