awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hedge-dev avatar

hedge-dev/UnleashedRecomp

0
View on GitHub↗
4,649 نجوم·222 تفرعات·C++·gpl-3.0·4 مشاهدات

UnleashedRecomp

UnleashedRecomp is a legacy software modernization project that uses static binary recompilation to enable native execution on Windows and Linux. Its primary purpose is to remove the need for emulation while updating old applications to support modern hardware and high-resolution displays.

The project implements a game modding infrastructure that allows for the loading of external assets and custom software tweaks using standardized modification formats. It also includes an achievement tracking system that mirrors original platform notifications and a dedicated menu for monitoring progress.

Rendering and performance capabilities cover multi-threaded rendering, frame rate uncapping, and the elimination of shader stutter through pre-compiled pipelines. Visual optimizations include support for ultrawide aspect ratios, high-fidelity graphics enhancements, and interface localization for multiple languages. Input systems are expanded to support modern controllers and a waitable swap chain to reduce latency.

The software is deployed via an automated installation wizard that handles setup and verifies the integrity of content files.

Features

  • Static Binary Translation - Translates legacy binaries for native execution on Windows and Linux to eliminate the need for emulation.
  • Game Performance Optimizations - Increases frame rates and reduces latency through multi-threaded rendering and the removal of software speed caps.
  • Native Recompilations - Executes legacy software natively on modern operating systems through static binary recompilation.
  • Multi-threaded Command Encoders - Distributes GPU command encoding across multiple CPU cores to increase frame throughput.
  • Legacy Software Modernization - Updates legacy software to support high-resolution displays, wide aspect ratios, and modern controller hardware.
  • Rendering Throughput Optimizers - Maximizes frame rates on modern hardware through multi-threaded command submission and bindless textures.
  • Mod Loaders - Provides a loader that applies external assets and game tweaks using standardized modification formats.
  • Achievement Tracking Systems - Implements an achievement tracking system with notifications and a dedicated progress monitoring menu.
  • Modding Frameworks - Implements infrastructure for loading external assets and custom software tweaks into the game environment.
  • Asset Loading Systems - Integrates external modification files by redirecting memory requests to custom asset archives.
  • Aspect Ratio Optimizations - Enables support for 21:9 ultrawide screens and wider cinematic resolutions through adjusted aspect ratios and UI alignment.
  • Frame Rate Uncapping - Removes maximum frame rate caps and resolves engine glitches to maintain stability at high speeds.
  • Shader Caching - Eliminates gameplay hitches by managing the pre-compilation and caching of graphics pipelines.
  • Shader Caches - Implements pre-compiled pipeline states to eliminate runtime shader stuttering during gameplay.
  • Pre-Compiled Pipelines - Prevents frame rate drops by pre-compiling graphics pipeline states during the loading phase.
  • Bindless Resource Managers - Implements bindless resource management to reduce GPU resource binding overhead.
  • Graphics Fidelity Enhancements - Provides support for increased graphics fidelity via high-resolution assets, anti-aliasing, and advanced texture filtering.
  • Input Latency Reduction - Minimizes the delay between user input and on-screen response using waitable swap chains.
  • Waitable Swap Chains - Synchronizes the presentation engine with display refresh rates via a flip model to minimize input lag.
  • Projection Matrix Scaling - Provides dynamic scaling of the internal projection matrix and UI anchors for non-standard screen resolutions.
  • Game Engine Remakes - PC port of Sonic Unleashed via static recompilation.

سجل النجوم

مخطط تاريخ النجوم لـ hedge-dev/unleashedrecompمخطط تاريخ النجوم لـ hedge-dev/unleashedrecomp

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ UnleashedRecomp

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع UnleashedRecomp.
  • tmodloader/tmodloaderالصورة الرمزية لـ tModLoader

    tModLoader/tModLoader

    5,099عرض على GitHub↗

    tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res

    C#apigamesteam
    عرض على GitHub↗5,099
  • hedge-dev/xenonrecompالصورة الرمزية لـ hedge-dev

    hedge-dev/XenonRecomp

    6,370عرض على GitHub↗

    XenonRecomp is a static binary translator and Xbox 360 game recompiler. It functions as a binary analysis tool and native code generator that converts machine instructions from Xbox 360 game executables into C++ source code for recompilation on different hardware platforms. The tool features specialized capabilities for translating compiled binaries, including the conversion of assembly jump tables into native switch cases and the detection of function boundaries using stack space data and branch link instructions. It optimizes translated code by converting non-volatile and non-argument regis

    C++
    عرض على GitHub↗6,370
  • zelda64recomp/zelda64recompالصورة الرمزية لـ Zelda64Recomp

    Zelda64Recomp/Zelda64Recomp

    7,087عرض على GitHub↗

    Zelda64Recomp is a native game recompilation project that translates legacy binary machine code into modern machine code. It functions as a native hardware port and a static recompiled binary, executing original game logic directly on modern CPUs and GPUs to run without an emulator. The project serves as a moddable game engine, providing a framework to apply community texture packs and code patches to the recompiled title. It includes native hardware porting capabilities that remove emulator overhead to improve stability and frame rate control. The software covers retro game modernization th

    C
    عرض على GitHub↗7,087
  • saschawillems/vulkanالصورة الرمزية لـ SaschaWillems

    SaschaWillems/Vulkan

    11,998عرض على GitHub↗

    This project serves as a comprehensive educational framework and reference library for mastering high-performance graphics programming and parallel compute resource management. It provides a collection of practical implementations designed to demonstrate the explicit control required by the Vulkan API, covering the fundamental mechanics of modern graphics pipelines and cross-platform hardware interaction. The repository distinguishes itself by focusing on the low-level architectural requirements of modern GPU development, including manual memory allocation, multi-threaded command recording, a

    GLSLglslhlslslang
    عرض على GitHub↗11,998
عرض جميع البدائل الـ 30 لـ UnleashedRecomp→

الأسئلة الشائعة

ما هي وظيفة hedge-dev/unleashedrecomp؟

UnleashedRecomp is a legacy software modernization project that uses static binary recompilation to enable native execution on Windows and Linux. Its primary purpose is to remove the need for emulation while updating old applications to support modern hardware and high-resolution displays.

ما هي الميزات الرئيسية لـ hedge-dev/unleashedrecomp؟

الميزات الرئيسية لـ hedge-dev/unleashedrecomp هي: Static Binary Translation, Game Performance Optimizations, Native Recompilations, Multi-threaded Command Encoders, Legacy Software Modernization, Rendering Throughput Optimizers, Mod Loaders, Achievement Tracking Systems.

ما هي البدائل مفتوحة المصدر لـ hedge-dev/unleashedrecomp؟

تشمل البدائل مفتوحة المصدر لـ hedge-dev/unleashedrecomp: tmodloader/tmodloader — tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It… hedge-dev/xenonrecomp — XenonRecomp is a static binary translator and Xbox 360 game recompiler. It functions as a binary analysis tool and… zelda64recomp/zelda64recomp — Zelda64Recomp is a native game recompilation project that translates legacy binary machine code into modern machine… saschawillems/vulkan — This project serves as a comprehensive educational framework and reference library for mastering high-performance… bloxstraplabs/bloxstrap — Bloxstrap is a custom game bootstrapper and configuration tool for Roblox. It replaces the standard launcher to enable… maximegmd/cyberenginetweaks — CyberEngineTweaks is a modding framework for Cyberpunk 2077 that provides a suite of tools for engine patching,…