awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/perfettoالصورة الرمزية لـ google

    google/perfetto

    5,558عرض على 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++
    عرض على GitHub↗5,558
  • space-wizards/space-station-14الصورة الرمزية لـ space-wizards

    space-wizards/space-station-14

    3,523عرض على 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
    عرض على GitHub↗3,523
  1. Home
  2. User Interface & Experience
  3. UI Embedding
  4. Embedded Data Loading

استكشف الوسوم الفرعية

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