Module native_window

Module native_window 

Source
Expand description

Native cross-platform window management

This module provides a robust, cross-platform native window implementation that properly handles platform-specific requirements (especially macOS EventLoop) while leveraging our world-class WGPU rendering engine.

Structs§

NativeWindowManager
Native window manager that properly handles cross-platform requirements

Enums§

NativeWindowResult
Result from native window operations

Functions§

initialize_native_window
Initialize the native window system
is_native_window_available
Check if native window system is available
show_plot_native_window
Show a plot using native window