2 Repos
Toolkits for building graphical user interfaces for desktop operating systems.
Distinct from Desktop Application Development: Focuses on the framework for building the apps rather than the deployment process or the end-product apps
Explore 2 awesome GitHub repositories matching user interface & experience · Desktop UI Frameworks. Refine with filters or upvote what's useful.
PyQt is a cross-platform GUI toolkit and desktop UI framework that provides Python bindings for the Qt framework. It serves as a widget library for creating graphical user interfaces that maintain consistent behavior and appearance across Windows, macOS, and Linux. The framework enables the development of desktop applications through a collection of pre-built interface components and layout managers. It supports the creation of specialized interface elements with custom styling, window animations, and the integration of web browser components to load and execute scripts alongside native eleme
Provides a comprehensive framework for developing cross-platform desktop applications with rich graphical interfaces.
Windows Forms ist ein .NET-Framework für den Aufbau grafischer Benutzeroberflächen für Windows-Betriebssysteme unter Verwendung von Managed Code und nativen Controls. Es fungiert als ereignisgesteuerte UI-Bibliothek, die eine Reihe visueller Controls und Event-Handler für die Erstellung interaktiver Desktop-Anwendungen bereitstellt. Das Framework enthält einen visuellen UI-Designer, der die Anordnung von Interface-Elementen auf einer Arbeitsfläche über ein Drag-and-Drop-Layoutsystem ermöglicht. Es dient zudem als Windows-API-Wrapper und bietet eine Kompatibilitätsschicht für den Zugriff auf System-Level-Bibliotheken wie User32 und GDI+. Zusätzliche Funktionen umfassen Tools für Desktop-Datenvisualisierung mittels Charting-Controls sowie die Möglichkeit, Legacy-Windows-API-Funktionen zu integrieren. Das Framework unterstützt zudem die Automatisierung von Anwendungsmigrationen und Projektportierungen, um Legacy-Desktop-Projekte in moderne Runtime-Umgebungen zu überführen.
Provides a toolkit for building Windows graphical user interfaces using managed code and native controls.