Extension: carb.windowing.plugins-1.0.1

Documentation Generated: Nov 13, 2025

Overview#

The extension provides early initialization of windowing plugins for Omniverse applications. This extension ensures that windowing components are properly initialized on the main thread before other parts of the application attempt to use them, preventing threading issues that could occur if windowing systems were initialized from background threads.

The extension automatically acquires the windowing interface during startup to trigger early initialization of the underlying windowing system. This proactive initialization is controlled by the /exts/carb.windowing.plugins/autostartWindowing setting, which defaults to enabled and ensures windowing components are ready before they might be accessed from non-main threads where initialization would fail.