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
·

3 Repos

Awesome GitHub RepositoriesGame Engine Extensions

Modular plugins designed to extend the core functionality and logic of a game engine.

Distinct from Plugin-Based Logic Extensions: Specifically targets game engine architecture rather than general request-lifecycle logic extensions.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Game Engine Extensions. Refine with filters or upvote what's useful.

Awesome Game Engine Extensions GitHub Repositories

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

    ketoo/NoahGameFrame

    4,139Auf GitHub ansehen↗

    NoahGameFrame is a distributed game server framework designed for real-time multiplayer games. It utilizes an actor model backend to manage game state and logic through an asynchronous, event-driven system that distributes workloads across multiple CPUs. The framework features a scriptable server environment that integrates external scripting languages, allowing for updates to game behavior and mechanics without restarting the server. It also employs a plugin-based architecture with an interface-oriented design to enable the addition of custom application logic and modular engine extensions.

    Provides an interface-oriented plugin system to add custom application logic and modular engine extensions.

    C++
    Auf GitHub ansehen↗4,139
  • nem0/lumixengineAvatar von nem0

    nem0/LumixEngine

    3,829Auf GitHub ansehen↗

    LumixEngine is a high-performance C++ 3D game engine designed for building interactive 3D applications. It is built on a data-oriented component system that organizes objects in contiguous memory blocks to maximize CPU cache performance. The engine features a dynamic binary plugin architecture for loading external modules at runtime and an embedded scripting virtual machine that exposes internal logic for external control without recompilation. Computational workloads are managed via a task-based parallel execution model that distributes jobs across multiple processor cores. The framework in

    Supports modular game engine extensions via a binary plugin system and embedded scripting.

    C++
    Auf GitHub ansehen↗3,829
  • gramps/godotsteamAvatar von Gramps

    Gramps/GodotSteam

    3,700Auf GitHub ansehen↗

    GodotSteam is a cross-platform game engine plugin and wrapper that integrates the Steamworks SDK into the Godot Engine. It serves as an interface for managing platform services, user profiles, and achievements across Windows, Linux, and macOS. The project provides a bridge for detecting Steam client status and managing the SDK lifecycle, including initialization and shutdown processes. It enables the game to handle event callbacks from the Steam platform and allows for application relaunches via the client to ensure background services are active. The plugin covers authentication and identit

    Acts as a modular extension that allows Godot to communicate with the Steam client and system APIs.

    Auf GitHub ansehen↗3,700
  1. Home
  2. Software Engineering & Architecture
  3. Plugin-Based Logic Extensions
  4. Game Engine Extensions