<<<<<<< HEAD A fully accesible desktop client to interact with Mastodon, Bluesky/ATPro networks, and RSS feeds. Other functionality will be added.
<<<<<<< HEAD A fully accesible desktop client to interact with Mastodon, Bluesky/ATPro networks, and RSS feeds. Other functionality will be added.
Wixen is a cross-platform Rust application using the Winit UI kit and AccessKit for accessibility. It falls back to native platform UIs (Win32 for Windows, Cocoa for macOS) if accessible UI elements are not supported by Winit.
- Ensure you have Rust and Cargo installed.
- Build and run the project:
cargo run
This README will be updated as the project progresses.
5e8524c (Initial commit) 9807625f556957a6f85e7a2f529f3093b3bd2567
Wixen is a fully accessible desktop client to interact with Mastodon, Bluesky/ATPro networks, and RSS feeds. Other functionality will be added.
Wixen is a cross-platform Rust application using the Winit UI kit and AccessKit for accessibility. It falls back to native platform UIs (Win32 for Windows, Cocoa for macOS) if accessible UI elements are not supported by Winit.
- Uses Winit for window management
- Integrates AccessKit for accessibility (accesskit_winit = "0.29.0")
- Platform-specific UI fallback: Win32 (Windows), Cocoa (macOS)
- Ensure you have Rust and Cargo installed.
- Build and run the project:
cargo run
- Implement accessible UI elements using Winit and AccessKit
- Add platform-specific UI fallback logic
This README will be updated as the project progresses.