awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • texturegroup/textureAvatar de TextureGroup

    TextureGroup/Texture

    8,173Ver en 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
    Ver en GitHub↗8,173
  1. Home
  2. Mobile Development
  3. Async UI Rendering Frameworks