awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
UI Reconciliation and Composition · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesUI Reconciliation and Composition

Systems that manage the hierarchical structure, state updates, and incremental painting of user interface components.

Explore 2 awesome GitHub repositories matching graphics & multimedia · UI Reconciliation and Composition. Refine with filters or upvote what's useful.

  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Engines
  6. UI Reconciliation and Composition

Awesome UI Reconciliation and Composition GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • hakimel/reveal.js

    hakimel/reveal.js

    70,586GitHubView on GitHub↗

    This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation

    Updates visual state incrementally by toggling visibility classes on nested elements to reveal content in sequence.

    JavaScriptpresentationsslidesslideshow
  • obsproject/obs-studio

    obsproject/obs-studio

    70,458GitHubView on GitHub↗

    This project is a professional live video production suite designed for capturing, encoding, and broadcasting high-quality media. At its core, it features a real-time media processing engine that utilizes hardware acceleration to composite multiple audio and video sources with minimal latency. The application provides

    Arranges visual sources into a hierarchical tree structure to manage layering, transformations, and rendering order.

    Ccc-plus-plusdirectshow

Explore sub-tags

  • Incremental Rendering SystemsSystems that manage visual updates by tracking and toggling the visibility of elements within a display.
  • Scene-Graph Composition EnginesEngines that organize visual sources into hierarchical tree structures to manage layering and transformations.