Hacker News new | ask | show | jobs
by rypskar 324 days ago
Is your screen 60Hz? Game loops are normally using requestAnimationFrame [0], which is capped at refresh rate of your display

[0]https://developer.mozilla.org/en-US/docs/Web/API/Window/requ...