Skip to content

Release 6.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 23:48
· 18 commits to master since this release
  • Added more GLFW platform methods:

     getPlatform: () => number;
     platformSupported: (platform: number) => number;
  • Added missing GLFW 3.4 constants.

  • Adjusted the requestAnimationFrame logic.

  • Updated examples.