Extension: omni.kit.exec.example-omni-0.1.1 |
Documentation Generated: Oct 09, 2025 |
Overview#
omni.kit.exec.example-omni demonstrates how to extend the Execution Framework using an Omniverse Module implemented in C++. This extension serves as a practical example for developers who need to create custom execution components that integrate with omni.kit.exec.core through native plugins.
Key Components#
Native Plugin Integration#
The extension implements its functionality through a native C++ plugin that registers with the Execution Framework. This plugin demonstrates the patterns and interfaces required to create custom execution modules that can be discovered and utilized by the core execution system.
Execution Module Implementation#
The extension showcases how to properly structure an Omniverse Module for execution purposes, including the necessary interfaces and registration mechanisms that allow the module to participate in the broader execution workflow managed by omni.kit.exec.core.
Relationships#
This extension depends on omni.kit.exec.core, which provides the foundational execution framework infrastructure. The native plugin integrates with this core system to demonstrate extension patterns for execution-related functionality.