awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesEmbedded Data Loading

Mechanisms for posting data buffers and metadata into an embedded UI component for rendering.

Distinct from UI Embedding: Distinct from UI Embedding: focuses on the programmatic loading of data into an embedded interface rather than the embedding setup itself.

Explore 2 awesome GitHub repositories matching user interface & experience · Embedded Data Loading. Refine with filters or upvote what's useful.

Awesome Embedded Data Loading GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/perfettoAvatar de google

    google/perfetto

    5,558Voir sur GitHub↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Enables programmatic loading of trace data into the embedded viewer by posting data buffers and labels via cross-window messaging.

    C++
    Voir sur GitHub↗5,558
  • space-wizards/space-station-14Avatar de space-wizards

    space-wizards/space-station-14

    3,523Voir sur GitHub↗

    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

    Displays descriptive boxes for reagents, including names, recipes, and effects.

    C#c-sharpgamehacktoberfest
    Voir sur GitHub↗3,523
  1. Home
  2. User Interface & Experience
  3. UI Embedding
  4. Embedded Data Loading

Explorer les sous-tags

  • Game Item Data OverlaysRendering descriptive information boxes for game items within a UI component. **Distinct from Embedded Data Loading:** Distinguished from general embedded data loading by specifically presenting item recipes and effects in a UI context.