4 Repos
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 ist ein plattformübergreifendes Desktop-Utility, das darauf ausgelegt ist, vorinstallierte Systemanwendungen von Android-Geräten zu deinstallieren. Es wurde mit Rust erstellt und bietet eine grafische Benutzeroberfläche zur Verwaltung von Systemanwendungen über die Android Debug Bridge. Das Tool ermöglicht gezielt das Entfernen werksseitig installierter Software auf nicht gerooteten Geräten. Es zielt auf die Verbesserung von Gerätedatenschutz, Sicherheit und Akkulaufzeit ab, indem die Angriffsfläche der Software reduziert und unerwünschte datensammelnde Anwendungen entfernt werden. Das System handhabt die Auflösung von Paketnamen, um menschenlesbare Anwendungsnamen auf interne Android-Identifikatoren abzubilden. Es arbeitet durch die Ausführung von Shell-Befehlen über einen Subprozess-Manager, um Anwendungsinstallationszustände über ein Netzwerk oder eine USB-Bridge zu modifizieren.
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.