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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesToken-Based View Renderers

Systems that replace the normal rendering of a buffer's visible region with custom tokens and layout hints.

Distinct from Custom View Rendering: Distinct from Custom View Rendering: focuses on replacing rendering via token/layout submissions rather than overriding measurement and drawing methods.

Explore 2 awesome GitHub repositories matching user interface & experience · Token-Based View Renderers. Refine with filters or upvote what's useful.

Awesome Token-Based View Renderers GitHub Repositories

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

    sinelaw/fresh

    5,914GitHub पर देखें↗

    Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge

    Provides a mechanism to replace buffer rendering with custom tokens and layout hints.

    Rustideterminal-basedtext-editor
    GitHub पर देखें↗5,914
  • facebook/screenshot-tests-for-androidfacebook का अवतार

    facebook/screenshot-tests-for-android

    1,741GitHub पर देखें↗

    This project is an automated testing framework designed to capture and verify the visual state of Android interface components. It provides a system for generating deterministic snapshots of UI elements, allowing developers to establish baselines for layout consistency and detect unintended visual regressions across different software versions and hardware configurations. The framework distinguishes itself by enabling isolated component rendering, which allows individual views to be tested without requiring a full application build. It ensures consistency by controlling the rendering lifecycl

    Captures UI states by manually triggering the layout and draw passes of individual view hierarchies.

    Java
    GitHub पर देखें↗1,741
  1. Home
  2. User Interface & Experience
  3. Programmatic Element Construction
  4. Android View Lifecycle Tracking
  5. Custom View Rendering
  6. Token-Based View Renderers

सब-टैग एक्सप्लोर करें

  • Instrumentation-Based RenderersTriggers manual layout and draw passes for individual UI components within an active test process. **Distinct from Token-Based View Renderers:** Distinct from Token-Based View Renderers: focuses on triggering native Android layout/draw passes for instrumentation testing rather than replacing rendering with tokens.