Skip to main content

Module platform_macos

Module platform_macos 

Source
Expand description

macOS Desktop Platform Bridge

Implements PlatformBridge for macOS using AppKit concepts. At this stage, this is a scaffold that records operations and will later connect to the actual Objective-C/Swift bridge via FFI.

Architecture: Rust PlatformBridge โ†’ FFI (C ABI) โ†’ Swift/ObjC AppKit wrapper

The macOS bridge handles NSView hierarchy, NSTextField measurement, and macOS-specific capabilities like MenuBar, SystemTray, and DragAndDrop.

Structsยง

MacosPlatform
macOS platform bridge.