awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ibireme/yytextibireme का अवतार

    ibireme/YYText

    8,872GitHub पर देखें↗

    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
    GitHub पर देखें↗8,872
  • facebook/lithofacebook का अवतार

    facebook/litho

    7,771GitHub पर देखें↗

    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
    GitHub पर देखें↗7,771
  • tencent/cherry-markdownTencent का अवतार

    Tencent/cherry-markdown

    4,727GitHub पर देखें↗

    Cherry Markdown एक वेब-आधारित Markdown एडिटर और पार्सिंग इंजन है जो मार्कअप टेक्स्ट को रीयल-टाइम सिंक्रोनाइज़्ड प्रीव्यू पेन के साथ सैनिटाइज़्ड HTML में बदलता है। यह एक रिच टेक्स्ट इंटरफ़ेस और WYSIWYG टूल के रूप में कार्य करता है, जो मार्कअप स्ट्रिंग्स को HTML दस्तावेज़ों या पोर्टेबल फॉर्मेट्स में बदलने के लिए एक सिस्टम प्रदान करता है। यह प्रोजेक्ट उच्च-प्रदर्शन रेंडरिंग और एक लचीले एक्सटेंसिबिलिटी मॉडल के माध्यम से खुद को अलग करता है। यह बड़े दस्तावेज़ों में प्रतिक्रियाशीलता बनाए रखने के लिए वर्चुअल DOM डिफिंग और आंशिक रेंडरिंग का उपयोग करता है, और यह एक प्लगइन सिस्टम के माध्यम से कस्टम पार्सिंग नियमों और विशेष HTML घटकों के निर्माण की अनुमति देता है। एडिटर की क्षमता सतह में गणितीय सूत्रों, आरेखों और रिच मीडिया के लिए व्यापक कंटेंट मैनेजमेंट, साथ ही मल्टी-कर्सर एडिटिंग और Vim-शैली मोडल नेविगेशन जैसे उन्नत इनपुट कंट्रोल्स शामिल हैं। इसमें एक मजबूत दस्तावेज़ निर्यात वर्कफ़्लो और एडिटर व प्रीव्यू क्षेत्रों के गहरे विज़ुअल कस्टमाइज़ेशन के लिए एक डिज़ाइन टोकन सिस्टम भी है। सिस्टम में एक सुरक्षा लेयर शामिल है जो इंजेक्शन हमलों को रोकने के लिए व्हाइटलिस्ट-आधारित HTML सैनिटाइज़ेशन का उपयोग करती है।

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

    JavaScripteditorjavascriptmarkdown
    GitHub पर देखें↗4,727
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Text Rendering
  5. Asynchronous Rendering Engines