File Import & Export Dialog example in C++

Hi All,

While implementing the connection to omniverse into my C++ application, I looking foward proposing the Omniverse file import and export dialog.

I found the Python sample https://docs.omniverse.nvidia.com/prod_kit/prod_kit/python-snippets/ui/open-file-browser-dialog.html

But is there a C++ equivalent of that page somewhere or a example file ?

Best regard

1 Like

Hello everyone, I’m wondering if there is anything that can be done to assist me as I have been unable to find any information on this topic yet. If someone could simply provide even only a source header, it would save me a significant amount of time and be greatly appreciated. Thank you very much.

Hi @remi.arquier. Sorry for the delay. We tend to write out UI in Python. We’ve provided access to the C++ SDK mainly for the purpose of creating custom widgets that you would then create Python bindings for.

Checking with the dev team to see how you could do this with C++ though.

The dev team confirmed there isn’t any C++ API for this. They’re suggesting that the best approach may be to add python bindings to your C++ code and add a thin Python layer that ties both together.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.