TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14696 · May 11

#cplusplus A group of fans has successfully decompiled the classic game **LEGO Island**. This means they have reverse-engineered the game's code to make it editable and playable again. The decompilation is complete for version 1.1 of the game, allowing users to compile and play it from scratch. This project benefits users by making the game available on modern systems and potentially allowing it to be ported to other platforms. Users can now modify and improve the game, ensuring its charm and fun are preserved for new generations. https://github.com/isledecomp/isle

Hashtags

Results

2 similar posts found

Search: #ps2

当前筛选 #ps2清除筛选
GitHub Trends

@githubtrending · Post #15444 · 01/28/2026, 12:30 PM

#cplusplus#ps2#recompile#reverse_engineering#static_recompilation#tool PS2Recomp is an experimental tool that converts PlayStation 2 game files into C++ code for native running on PCs or other devices, skipping slow emulation. It translates MIPS instructions, supports special PS2 features, and uses simple config files for setup—you build it with CMake, run it on your ELF file, then compile the output with a basic runtime. Though not fully ready (limited VU1/graphics support), it benefits you by enabling faster performance, mods, higher frame rates, and enhancements like widescreen on modern hardware. https://github.com/ran-j/PS2Recomp