awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • google/perfettoAvatar de google

    google/perfetto

    5,558Ver en 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++
    Ver en GitHub↗5,558
  • space-wizards/space-station-14Avatar de space-wizards

    space-wizards/space-station-14

    3,523Ver en 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
    Ver en GitHub↗3,523
  1. Home
  2. User Interface & Experience
  3. UI Embedding
  4. Embedded Data Loading

Explorar subetiquetas

  • 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.