4 repositorios
Graphical user interface libraries specifically developed for the Rust ecosystem.
Distinct from Rust: Specifically for GUI development, whereas the sibling is the general language category
Explore 4 awesome GitHub repositories matching programming languages & runtimes · Rust GUI Libraries. Refine with filters or upvote what's useful.
Iced is a cross-platform GUI library for Rust designed for building native desktop applications. It functions as a reactive toolkit that manages application state by mapping user interactions to messages, which then trigger automatic view refreshes. The framework utilizes a rendering system that supports both hardware-accelerated GPU graphics and software backends to ensure compatibility across multiple operating systems. It implements a reactive model inspired by the Elm architecture to coordinate state updates and view reconciliation. The toolkit includes a flexible layout engine and a mod
Provides a native Rust library for creating reactive, cross-platform graphical user interfaces.
Universal Android Debloater es una utilidad de escritorio multiplataforma diseñada para desinstalar aplicaciones del sistema preinstaladas de dispositivos Android. Construido con Rust, proporciona una interfaz gráfica de usuario para gestionar aplicaciones del sistema a través de Android Debug Bridge. La herramienta permite específicamente la eliminación de software instalado de fábrica en dispositivos no rooteados. Tiene como objetivo la mejora de la privacidad, seguridad y duración de la batería del dispositivo al reducir la superficie de ataque del software y eliminar aplicaciones no deseadas que recopilan datos. El sistema maneja la resolución de nombres de paquetes para mapear nombres de aplicaciones legibles por humanos a identificadores internos de Android. Opera ejecutando comandos de shell a través de un gestor de subprocesos para modificar los estados de instalación de aplicaciones a través de una red o puente USB.
Utilizes a Rust-based GUI library to render the cross-platform user interface and manage application state.
Orbtk is a cross-platform GUI framework and UI toolkit for building desktop applications using the Rust programming language. It functions as a widget-based library that provides a collection of reusable interface components and a template system for defining custom visual elements. The framework includes a localization and theming engine used to manage multi-language text translation and dynamic visual styles. It enables the creation of consistent layouts and custom widgets across different operating systems and hardware. The toolkit covers a broad range of capabilities, including window ma
A GUI framework specifically developed for building desktop applications using the Rust programming language.
Lvbindingrust is an embedded graphics framework and resource-efficient user interface library implemented as a Rust graphical interface library. It provides language bindings that wrap low-level C library functions to bridge underlying hardware graphics APIs, facilitating the construction of custom graphical user interfaces on resource-constrained embedded systems and microcontrollers. The project incorporates custom memory allocator routing and an internal memory manager that direct dynamic memory allocations through specialized internal graphics memory managers instead of the default syst
Creates interactive displays and handles user input devices in Rust applications running on microcontrollers and embedded hardware.