Skip to content

Releases: pongasoft/emscripten-glfw

Version 3.4.0.20251230

30 Dec 15:42

Choose a tag to compare

  • Fixed #26: Cursor position set to delta movement instead of virtual position on pointer lock (thanks to mrizaln for reporting and providing the fix)

Version 3.4.0.20251217

17 Dec 18:22

Choose a tag to compare

  • Fixed #24: glfwMakeContextCurrent non-compliance
  • Use emscripten_html5_remove_event_listener which makes the library safer to use (it no longer iterferes with
    the client code). Note that the client should also use emscripten_html5_remove_event_listener in order not to
    interfere with the library.

Version 3.4.0.20250927

27 Sep 13:17

Choose a tag to compare

  • Fixed #23: Calling glfwInit() breaks various input elements

Version 3.4.0.20250824

24 Aug 16:39

Choose a tag to compare

  • The code has been optimized for size
  • Fixed #21: Flicker when resizing
    • to fix this issue, resizing (when the handle is moved or the window resized) is now delayed until glfwPollEvents()
      is called. Make sure to call glfwPollEvents() at the beginning of the loop to ensure a flicker-free experience.
      See Events & Main loop for more details.

Version 3.4.0.20250607

07 Jun 17:51

Choose a tag to compare

  • The main port file has been simplified and is now using the new (as of 4.0.10) "external port file" Emscripten feature

Version 3.4.0.20250305

05 Mar 13:07

Choose a tag to compare

  • Fixed missing i key in keyboard mapping. Thanks, @iarwain for PR #18.

Version 3.4.0.20250209

09 Feb 16:52

Choose a tag to compare

  • Added support for touch (mobile)
  • Added support for wasm64 (-sMEMORY64 Emscripten option)

Version 3.4.0.20250117

17 Jan 13:57

Choose a tag to compare

  • Added port option disableWebGL2 to disable support for WebGL2 when not needed (reduces JavaScript code size)

Version 3.4.0.20250112

12 Jan 15:07

Choose a tag to compare

  • Added support for GLFW_CONTEXT_VERSION_MAJOR and GLFW_CONTEXT_VERSION_MINOR
  • Re-enable GL extensions by default (regression introduced in 3.4.0.20241230). Fixes #13

Version 3.4.0.20241230

30 Dec 14:52

Choose a tag to compare