Join Nostr
2024-11-03 19:21:02 UTC
in reply to

Sigma on Nostr: I wonder: Maybe the issue is that I do updates in the DOM during the mouse event. ...

I wonder: Maybe the issue is that I do updates in the DOM during the mouse event. Maybe a better solution for more consistent timing would be to just set the corresponding value in my game state and update the DOM on the next animation frame...