OpenAssetIO / usdOpenAssetIOResolver

An AR2 plugin that hosts OpenAssetIO
Apache License 2.0
25 stars 3 forks source link

[Investigation] Understand how the AR2 API maps to OpenAssetIO concepts. #5

Closed foundrytom closed 1 year ago

foundrytom commented 1 year ago

What

Determine if there are any "semantic incompatibilities" between the USD AR2 API and OpenAssetIO.

Why

We need to ensure that we can implement an AR2 plugin that serves as an OpenAssetIO API host, allowing users to write a single plugin to support USD and OpenAssetIO asset resolution and publishing.

ACs

Notes

Due to the "in progress" nature of the Python -> C++ migration, the methods of ManageInterface, the sum total of it's methods are split in Doxygen:

foundrytom commented 1 year ago

Final validation being done through an MVP https://github.com/OpenAssetIO/usdOpenAssetIOResolver/issues/8