XuNeo / luavgl

lua + lvgl = luavgl An optimized lvgl Lua binding
MIT License
57 stars 13 forks source link

Fixed example of flappyBird gameover restarting too fast causing an anomaly and Support for windows compilation #37

Closed yinntian closed 2 months ago

yinntian commented 2 months ago

1.The gameover image plays an animation when the bird dies, and if you click the restart button before the animation finishes, it will cause the animation's callback function to call an empty object.

669df33d83e15a0c9f414a7b5b44f10

2.The emulator is supported to be compiled under windows using xmake, and it can be compiled and run under Ubuntu as well.

xmake b simulator
xmake r simulator