← Back to docs

PCP · pcp

PCP Wine — Windows App Bridge

Wine/MSAA bridge for PCP — types and traits for detecting Windows apps running under Wine via MSAA accessibility.

pcp-winev0.2.0pcp
1.9K
Lines of Code
105
Tests
23
Files

Architecture

Stub crate — defines types and traits for the Wine/MSAA bridge. Full implementation pending.

Overview

pcp-wine provides the types and traits for bridging Windows applications running under Wine into the Portal Capability Protocol. It uses MSAA (Microsoft Active Accessibility) via Wine to detect UI elements in Windows apps. Currently a stub — types and traits only, implementation pending.

Data Flow

Windows app under Wine → MSAA accessibility → pcp-wine bridge → PCP capabilities (future)

Dependencies

Internal (1)

External (6)

serde workspacethiserror workspaceserde_json workspacetokio workspacechrono workspaceasync-trait workspace

Depends on pcp-core. Currently types/traits only.