awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAsync UI Rendering Frameworks

Frameworks that render user interfaces on background threads using thread-safe node abstractions for smooth, responsive apps.

Distinct from MCP Rendering Frameworks: No candidate matches the iOS-specific async node rendering approach; closest candidates are web-focused or generic.

Explore 1 awesome GitHub repository matching mobile development · Async UI Rendering Frameworks. Refine with filters or upvote what's useful.

Awesome Async UI Rendering Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • texturegroup/textureAvatar de TextureGroup

    TextureGroup/Texture

    8,173Voir sur GitHub↗

    Texture is an iOS framework for building user interfaces that render on background threads using thread-safe node abstractions. It provides an asynchronous display node architecture that constructs and composites view hierarchies off the main thread, then synchronises the final bitmap for presentation, enabling smooth and responsive apps. The framework replaces UIKit's standard view system with node-based hierarchies that can be created, configured, and mutated on any queue without locking the main thread. The framework distinguishes itself through a precomputed rendering pipeline that decode

    Provides an asynchronous display node architecture that constructs and composites view hierarchies off the main thread.

    Objective-C++asyncdisplaykitpinterestrendering
    Voir sur GitHub↗8,173
  1. Home
  2. Mobile Development
  3. Async UI Rendering Frameworks