4 Repos
Systems for controlling the visibility and state transitions of interface screens.
Distinct from Centralized State Management: No candidate covers general UI screen lifecycle management for game engines.
Explore 4 awesome GitHub repositories matching user interface & experience · UI Lifecycle Managers. Refine with filters or upvote what's useful.
jynew is a 3D RPG game engine and development framework designed for building three-dimensional role playing games. It provides a comprehensive suite of tools for scene editing, game logic scripting, and the creation of 3D environments. The project features a specialized 3D asset management pipeline for importing and aligning models and animations, including specific tools for weapon attachment and rendering. It includes a dedicated combat system editor for defining battle encounters, skill effects, and combat grids with real-time synchronization. Additionally, it provides a game modding fram
Provides a centralized manager and base class system to control the lifecycle and visibility of interface panels.
Controls the display, activation, and layering of UI forms to support custom UI frameworks.
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
Executes specific logic during UI state transitions to manage resource allocation and memory cleanup.
Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp
Manages the creation, visibility, and removal of interface elements through dedicated controllers.