Latest News
Released a new version with the following changes:
-
Uses the latest versions of
re-cmakeandre-mock(adding further support for RE SDK 5.0.0). -
The conversion tool (
convert.py) has been updated to add support for the newgui_functions.luafile introduced in RE SDK 5.0.0.
Released re-mock v5.0.0.20260812 with the following changes:
- Added missing
device_host_properties(for examplesample_browse_focus) - Bumped RT String
max_sizeto 8192 and added check on string size (max 2 mb) - Added partial support for
jbox.native_objectnewaccesscomponent: 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 laterre-mockrelease.
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)
Released emscripten-ports v2026.08.10 with the following changes:
- Upgraded ImGui to 1.92.9b
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