Add an FFI to the WARP integration #6341
Labels
Component: WARP
Effort: Medium
Issue should take < 1 month
Impact: High
Issue adds or blocks important functionality
Milestone
Right now there is no way to programmatically interact with the WARP integration without pulling in the warp plugin as a rust dependency. We need to provide an FFI for C++ and Python to enable users to add their own matching and UI elements.
The FFI is straightforward because of how the WARP integration was written we shouldn't need to provide any handle and instead pass around the view in place of a "warp handle".
Some notable use cases for such an API:
The text was updated successfully, but these errors were encountered: