Crates.io | wa |
lib.rs | wa |
version | 0.1.7 |
source | src |
created_at | 2022-07-19 15:47:57.433289 |
updated_at | 2024-08-17 08:34:37.522696 |
description | Cross-platform window assistant made primarily for Rio terminal |
homepage | https://raphamorim.io/rio |
repository | https://github.com/raphamorim/rio |
max_upload_size | |
id | 628399 |
size | 608,291 |
Cross-platform window assistant made primarily for Rio terminal.
WA was built for windowing for Games and Desktop applications.
let app = App::new(
wa::Target::Application,
Box::new(EventHandlerInstance::new(config))
);
// Available only on Target::Application
menu::create_menu();
app.run();
NSView
and games uses MTKView
.Functionality | MacOS | Windows | Linux Wayland | Linux x11 |
---|---|---|---|---|
Multi window | YES (application only) | NO | NO | NO |
Tabs | YES (application only) | NO | NO | NO |
Set background color | YES | NO | NO | NO |
Set transparency | YES | NO | NO | NO |
Open Url | YES (application only) | NO | NO | NO |
Theming | YES | NO | NO | NO |