Latest News

icon RE Quickstart | 2.0.3
2026-08-12

Released a new version with the following changes:

  • Uses the latest versions of re-cmake and re-mock (adding further support for RE SDK 5.0.0).

  • The conversion tool (convert.py) has been updated to add support for the new gui_functions.lua file introduced in RE SDK 5.0.0.

icon re-mock | 5.0.0.20260812
2026-08-12

Released re-mock v5.0.0.20260812 with the following changes:

  • Added missing device_host_properties (for example sample_browse_focus)
  • Bumped RT String max_size to 8192 and added check on string size (max 2 mb)
  • Added partial support for jbox.native_object new access component: the value is read and used to create an object of the right type. It is currently not used for checking access later on. The new SDK introduced a lot more access patterns with custom display in C++, and these changes will be part of a later re-mock release.
icon re-cmake | 5.0.0.20260812
2026-08-12

Released re-cmake v5.0.0.20260812 with the following changes:

  • Uses new version of re-mock (includes several additions to further support SDK 5.0.0)

Available with RE Quickstart - Bootstrap Tool (v2.0.3)

icon emscripten-ports | v2026.08.10
2026-08-10

Released emscripten-ports v2026.08.10 with the following changes:

icon emscripten-glfw | v3.5.1.20260809
2026-08-09

Released emscripten-glfw 3.5.1.20260809 with the following changes:

  • Upgraded to GLFW 3.5.1 (check the Changelog for details, although most changes are related to bug fixes in other platforms)
  • Added support for the new input mode GLFW_UNLIMITED_MOUSE_BUTTONS