wpernath / quarkus-grumpycat

A simple fat-cat / packman like multi player game, with a logic server written in Java with Quarkus and a Engine written in JavaScript with the MelonJS game framework.
GNU General Public License v3.0
17 stars 20 forks source link

The HUD is updating / being drawn every frame... #22

Closed wpernath closed 2 years ago

wpernath commented 2 years ago

This costs quite a lot of power. Try to use melonJS drawing as much as possible.

L1lith commented 2 years ago

This costs quite a lot of power. Try to use melonJS drawing as much as possible.

You might be better off switching the HUD to HTML. Just an idea. I love melon but HTML has nice benefits when it comes to performance and accessibility

wpernath commented 2 years ago

Thanks! I am testing the new version of the hud right now.

wpernath commented 2 years ago

Closing this, because it looks good now.