Latest News

icon RE Quickstart | 2.0.4
2026-08-15

Released a new version with the following changes:

  • Uses the latest versions of re-cmake which automatically selects “RE Edit 5” when installed
icon RE Edit | 5.0.0.20260814
2026-08-14

Released RE Edit 5 new version: 5.0.0.20260814:

  • Implemented support for RE SDK 5.0.0
    • Added support for a new visibility type (using a function)
    • Implemented custom_display changes
      • Added support for C++ rendering (display_id)
      • Removed invalidate function
      • Added support for using transparent/black background
    • Added support for dynamic unfolded height
    • Added support for gui_functions.lua (added to gui_2D.cmake when functions are used)
  • Improved design with clearly marked sections
  • Introduced radio buttons in several places (for example, to select the visibility type or the custom display rendering)
The new version is called "RE Edit 5" to be able to have multiple versions installed and to allow re-cmake to pick up the correct version.
icon re-cmake | 5.0.0.20260814
2026-08-14

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

  • Look for “RE Edit 5” first, then “RE Edit”

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

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.