4 Repos
Mechanisms for mapping and synchronizing server-side data collections within client-side state stores.
Distinct from Client-Side Data Synchronization: Existing candidates focus on server-side loading or generic synchronization; this specifically addresses mapping server entities to a client store.
Explore 4 awesome GitHub repositories matching web development · Client-Side Entity Synchronization. Refine with filters or upvote what's useful.
This project is a state management framework for Angular applications that provides a predictable state container. It implements a Redux-style architecture using a centralized store, managing global and local application data through an observable-based data flow of actions and reducers. The framework includes a specialized entity management tool for organizing and synchronizing server-side data collections within client-side stores. It also provides a reactive store system that integrates state updates with Angular signals for change detection and includes debugging mechanisms for time-trave
Maps server-side data to client-side entity stores using high-level services to keep information current.
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
The game hides entities from the client immediately upon a deletion request before server confirmation.
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
Deletes entities from the game world after a specified amount of time has elapsed.
immich-power-tools is a library management tool and metadata editor designed for Immich. It provides a set of utilities for performing bulk editing, organization, and curation of photos, people, and albums. The project features a gallery curator and a facial recognition cleanup system that merges duplicate person profiles. It includes an album suggestion engine to group assets and a natural language image search that translates human-language queries into structured filters. The toolset covers broad capability areas including digital photo analysis through an analytics dashboard, photo metad
Implements a local mirror of remote library data to facilitate fast client-side filtering and sorting.