awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesAsynchronous Rendering Engines

Text rendering systems that offload layout calculations to background threads to maintain UI performance.

Distinct from Text Rendering: Specifically addresses the threading model (asynchronous) for performance, not just canvas drawing

Explore 3 awesome GitHub repositories matching graphics & multimedia · Asynchronous Rendering Engines. Refine with filters or upvote what's useful.

Awesome Asynchronous Rendering Engines GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ibireme/yytextAvatar ibireme

    ibireme/YYText

    8,872Vezi pe GitHub↗

    YYText is an iOS rich text framework used for rendering and editing complex attributed text. It features an asynchronous text rendering engine that calculates layout on background threads to maintain interface performance, alongside an attributed text serializer for converting rich text structures into storable formats. The framework provides specialized tools for non-rectangular text layout, allowing text to wrap around custom container paths and exclusion shapes. It also supports advanced typography requirements, including vertical text formatting for East Asian languages and the applicatio

    Calculates text layout on background threads to prevent main thread blocking during complex renders.

    Objective-C
    Vezi pe GitHub↗8,872
  • facebook/lithoAvatar facebook

    facebook/litho

    7,771Vezi pe GitHub↗

    Litho is an Android declarative UI framework and component library used to build user interfaces through a declarative API and immutable state. It functions as an asynchronous layout engine that maps components to a structured view hierarchy to automate view updates. The framework optimizes rendering performance by computing element positions on background threads to prevent blocking the main UI thread. It further improves efficiency by flattening nested view hierarchies and caching layout results. The system includes capabilities for state reconciliation, component recycling, and the render

    Offloads layout calculations to background threads to prevent blocking the main user interface thread.

    Kotlin
    Vezi pe GitHub↗7,771
  • tencent/cherry-markdownAvatar Tencent

    Tencent/cherry-markdown

    4,727Vezi pe GitHub↗

    Cherry Markdown is a web-based Markdown editor and parsing engine that converts markup text into sanitized HTML with a real-time synchronized preview pane. It functions as a rich text interface and WYSIWYG tool, providing a system for transforming markup strings into HTML documents or portable formats. The project distinguishes itself through high-performance rendering and a flexible extensibility model. It uses virtual DOM diffing and partial rendering to maintain responsiveness in large documents, and it allows for the creation of custom parsing rules and specialized HTML components via a p

    Offloads the rendering of complex charts and diagrams to background threads to maintain UI responsiveness.

    JavaScripteditorjavascriptmarkdown
    Vezi pe GitHub↗4,727
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Text Rendering
  5. Asynchronous Rendering Engines