awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesLinux UI Rendering

Specific implementation of UI rendering for Linux using X11 or Wayland protocols.

Distinct from Linux Deployment Tools: Distinguishes native visual rendering from general package deployment tools

Explore 2 awesome GitHub repositories matching devops & infrastructure · Linux UI Rendering. Refine with filters or upvote what's useful.

Awesome Linux UI Rendering GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • linebender/druidlinebender 的头像

    linebender/druid

    9,710在 GitHub 上查看↗

    Druid is a native user interface toolkit and 2D graphics engine for the Rust programming language. It functions as a retained-mode, data-driven framework for building graphical user interfaces that run across Linux, macOS, and web browsers via WebAssembly. The toolkit distinguishes itself through a data-first approach to UI design, utilizing lenses to isolate subsets of global application state and synchronize them with specific widgets. This allows the visual layout to update automatically when the underlying data model changes. Its capability surface includes a constraint-based box layout

    Renders user interfaces on Linux distributions using X11 or Wayland windowing protocols.

    Rust
    在 GitHub 上查看↗9,710
  • mcp-ui-org/mcp-uiMCP-UI-Org 的头像

    MCP-UI-Org/mcp-ui

    4,949在 GitHub 上查看↗

    mcp-ui is a toolkit and framework for rendering interactive web components and managing communication between Model Context Protocol servers and host applications. It serves as a client interface library and a sandboxed web component renderer designed to move AI tool interactions beyond text-based outputs into visual interfaces. The project is distinguished by its secure rendering system, which utilizes a double-iframe architecture and a proxy layer to isolate guest user interfaces from the host application. It employs a JSON-RPC bridge to synchronize state and route user intents, ensuring bi

    Routes tool calls and intents from rendered UI snippets to the host application.

    TypeScriptaifrontendllm
    在 GitHub 上查看↗4,949
  1. Home
  2. DevOps & Infrastructure
  3. Linux Deployment Tools
  4. Linux UI Rendering

探索子标签

  • Rendered Content Action HandlersCaptures events like tool calls and intents from rendered UI snippets and routes them to the host. **Distinct from Linux UI Rendering:** Distinct from Linux UI Rendering: handles actions from rendered web content, not Linux display protocols.