2 repositorios
Frameworks that offload UI layout and rendering to background threads to improve responsiveness on mobile platforms.
Distinct from iOS UI Layout: Existing candidates are too narrow, focusing on just layout, components, or specific text frameworks.
Explore 2 awesome GitHub repositories matching mobile development · Asynchronous UI Frameworks. Refine with filters or upvote what's useful.
AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy
Provides a complete framework for building responsive iOS interfaces by offloading layout and rendering.
AsyncDisplayKit is an asynchronous UI framework and layout engine for iOS designed to offload layout and rendering operations from the main thread. It functions as a concurrent interface library that handles asynchronous image decoding and UI composition to maintain high frame rates. The project uses a node-based view hierarchy to build thread-safe interface structures on background threads. It includes an intelligent preloading system that predicts scroll direction to trigger data fetching and layout operations for elements before they become visible. The framework covers high-performance m
Provides a framework for offloading UI layout and rendering to background threads on iOS.