1 unstable release
Uses new Rust 2024
new 0.1.1 | Apr 2, 2025 |
---|
#14 in #cross-platform-gui
40 downloads per month
Used in 65 crates
(11 directly)
3.5MB
29K
SLoC
Aloe-Windowing
Aloe-Windowing is a Rust crate designed for advanced window handling on various platforms, with a special focus on integration with Carbon-based systems. This crate provides robust interfaces and components for window manipulation, including desktop window style management, resizing capabilities, and active window status tracking.
Features
- GetDesktopWindowStyleFlags: Retrieve desktop window style flags with ease.
- ActiveWindowStatusChanged: Monitor changes to the active window status.
- GetBorderThickness: Obtain the thickness of window borders precisely.
- GetContentComponentBorder: Access the border size of content components directly.
- ResizableWindowInterface: Interface to support resizable window operations.
- CarbonViewWrapperComponentInterface: Seamless management of Carbon view components, handling attachment and removal, mouse interactions, and rendering size management.
Structs
- LinuxComponentPeer: Manages Linux-specific components with repaint management and window handling.
- TopLevelWindow: A base class for top-level windows, offering extensive management of window instances, including active state monitoring and drop-shadow handling.
- ResizableWindow: A subclass for drag-and-drop operations with resizing capabilities, flexible content handling, and full-screen management.
- CarbonViewWrapperComponent: Manages floating Carbon windows for UI components, highlighting easy attachment and resizing capabilities.
Utility Functions
- Event Management: Includes types and functions for event handler references, mouse event handling, and UI updates.
Usage
This crate aims to cater to advanced graphical user interface applications, enabling developers to create cross-platform window components with minimal overhead. Its detailed implementation provides strong emphasis on managing window displays, event handling, and graphical updates efficiently.
Note
This README.md file has been generated by an AI model. Although it strives for accuracy, please verify specific functionalities in the actual crate documentation or source code.
This crate is a translation of the JUCE module.
JUCE is a c++ software framework for developing high performance audio applications.
Usage falls under the GPLv3 as well as the JUCE commercial license.
See github.com/juce-framework/JUCE and the JUCE license page for details.
This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project.
Dependencies
~25–39MB
~594K SLoC