An open API service indexing awesome lists of open source software.

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.

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.