1 Repo
Capabilities that allow designated systems to continue executing even when the primary simulation is paused.
Distinct from Execution Pausing: Specifically marks systems to run during a pause, rather than implementing the pausing mechanism itself.
Explore 1 awesome GitHub repository matching software engineering & architecture · Pause-Exempt Execution. Refine with filters or upvote what's useful.
Murder is an entity component system game engine designed for 2D game development. It provides a core framework for managing game objects through an ECS architecture and includes a dedicated 2D game editor for asset management and real-time property configuration. The engine features a specialized 2D rendering pipeline supporting pixel art, sprite slicing, and parallax effects. It includes a hierarchical A* pathfinding system for agent navigation and a comprehensive asset management system for serializing and loading game resources. The project covers a broad range of capabilities, including
Provides a mechanism to mark game systems that must remain active even when the game world is paused.