Join Nostr
2024-11-03 19:35:07 UTC
in reply to

Sigma on Nostr: That still doesn't seem to work. Currently my mouse listener is literally just 1 ...

That still doesn't seem to work.
Currently my mouse listener is literally just 1 statement. The `requestAnimationFrame` handler does physics and adjusting the DOM.
Maybe it would make sense to move the physics stuff to a separate event, or even a web worker? What do you think?