https://github.com/minikin/alula
Alula is experimental Rust-based UI framework that provides a declarative way to build cross-platform applications.
https://github.com/minikin/alula
framework rust ui
Last synced: about 1 year ago
JSON representation
Alula is experimental Rust-based UI framework that provides a declarative way to build cross-platform applications.
- Host: GitHub
- URL: https://github.com/minikin/alula
- Owner: minikin
- Created: 2025-01-06T14:31:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T12:16:52.000Z (about 1 year ago)
- Last Synced: 2025-03-08T17:54:19.987Z (about 1 year ago)
- Topics: framework, rust, ui
- Language: Rust
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alula
Alula is **experimental** Rust-based UI framework that provides a declarative way to build cross-platform applications.
## Features
- Component-based architecture similar to Flutter and SwiftUI
- Hardware-accelerated rendering with wgpu
- Cross-platform support
- Composable UI components
## Demo
```rust
cargo run --example red_window
```
## License
Will be released soon.