Skip to main content

Module platform_windows

Module platform_windows 

Source
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ยง

WindowsPlatform
Windows platform bridge.