re:Blue: Blue Dragon finally escapes the Xbox 360 with an unofficial PC recompilation
On 28 August 2026, a programmer known as Tom published re:Blue, a static recompilation of Blue Dragon, on GitHub. The turn-based JRPG, directed by Hironobu Sakaguchi with a soundtrack by Nobuo Uematsu and characters drawn by Akira Toriyama, launched in Japan in late 2006 and worldwide in 2007, and had never left the Xbox 360.
Unlike an emulator, a static recompilation translates the console's PowerPC code into native C++ ahead of time, here paired with a renderer rewritten for modern graphics cards. The result behaves like an official port rather than an emulation layer. Tom is also the author of ReXGlue, the toolset that underpins this kind of project, and Blue Dragon is its first fully decompiled game.
A port that ticks every modern-PC comfort box. re:Blue supports resolutions up to 4K in windowed or fullscreen mode, 16:9, 4:3, 16:10, 21:9 and 32:9 aspect ratios, an unlocked frame rate, native keyboard and mouse, achievements, reworked shadows and mod support. You must supply your own game files: the three original DVDs are merged into a single executable, and no Blue Dragon data ships with the project.
The release follows the wave of recompilations that has already reached Zelda 64 and Sonic Unleashed. "When something is ready to be released, it should demonstrate real quality," Tom says. The ReXGlue kit and its getting-started documentation are available on the project's GitHub download pages, along with a quick-start guide that walks through the process.
Source: Time Extension