awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • linebender/druidالصورة الرمزية لـ linebender

    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-uiالصورة الرمزية لـ MCP-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.