2 repository-uri
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.
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.
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.