awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesRuntime Type Inspections

Determines whether a type is a value type at runtime, even without standard inheritance markers.

Distinct from Type Checking: Distinct from Type Checking: focuses on runtime value type detection for game engine types, not static analysis or annotation generation.

Explore 1 awesome GitHub repository matching part of an awesome list · Runtime Type Inspections. Refine with filters or upvote what's useful.

Awesome Runtime Type Inspections GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • praydog/reframeworkAvatar von praydog

    praydog/REFramework

    4,423Auf GitHub ansehen↗

    REFramework is a runtime modding framework for games built on the RE Engine, providing a C# plugin system with typed proxy code generation, a Lua scripting interface, an ImGui-based UI system, a runtime debugging toolkit, and a VR integration layer. At its core, it intercepts and modifies internal game engine functions and state at runtime through hooking and scripting APIs, enabling deep inspection and manipulation of live game objects. The framework distinguishes itself through typed proxy code generation that auto-creates C# interfaces from the game's type database, giving compile-time saf

    REFramework determines whether a type is a value type, even if it does not inherit from System.ValueType.

    C++cmkrcppdmc5
    Auf GitHub ansehen↗4,423
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Type Checking
  5. Runtime Type Inspections