Expand description
Windows Desktop Platform Bridge
Implements PlatformBridge for Windows using WinUI 3 / Win32 concepts. At this stage, this is a scaffold that records operations and will later connect to the actual C++/WinRT bridge via FFI.
Architecture: Rust PlatformBridge โ FFI (C ABI) โ C++/WinRT WinUI wrapper
The Windows bridge handles XAML-like view hierarchy, DirectWrite text measurement, and Windows-specific capabilities.
Structsยง
- Windows
Platform - Windows platform bridge.