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,914在 GitHub 上查看↗

    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,741在 GitHub 上查看↗

    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.