1 unstable release
Uses new Rust 2024
new 0.1.1 | Apr 2, 2025 |
---|
#10 in #life-cycle
24 downloads per month
Used in 8 crates
(5 directly)
3MB
26K
SLoC
Aloe App Crate
Aloe App is a Rust crate for managing application runtime permissions and building dynamic user preferences panels similar to Mac-style GUI interfaces. It provides tools for creating applications that can run event loops and handle GUI interactions, primarily targeting environments requiring complex permission management such as Android.
Features
- Runtime Permissions Management: Handle permissions like audio recording, Bluetooth MIDI, and storage access, with abstracted functions converting between platform-specific and universal formats.
- Dynamic Preferences Panels: Create and manage preference panels with GUI button selections to switch between different settings pages.
- Application Lifecycle Management: Oversea application lifecycle events including initialization, shutdown, background suspension, and multi-instance management.
Usage
To use this crate, implement traits like CreateComponentForPage
, PreferencesPanelInterface
, and extend ALOEApplication
to define your application logic and GUI layout. Utilize RuntimePermissions
to request and manage necessary permissions, especially on Android platforms.
In Android environments, runtime permissions are critical for functionality like audio recording. This crate offers a seamless way of requesting these permissions and integrates callbacks for handling grant results.
Installation
Add Aloe App as a dependency in your Cargo.toml
:
[dependencies]
aloe-app = "0.1.0"
License
Licensed under GPL-3.0. See LICENSE for details.
This README.md file was generated by an AI model and may not be 100% accurate; however, it should be pretty good.
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. designed specifically for rust projects.
Dependencies
~29–43MB
~630K SLoC