I have developed a stand-alone python script that requires arguments to be passed to it that uses the Pxr OpenUSD libraries. I would like to now also extend it to also use the Omniverse libraries, but I found out that they are, unfortunately, statically linked.
I am using Omniverse’s kit-app-template. Is there a way I can configure kit-app-template to create a wrapper that loads a bare-bones omniverse application (I just need the scene traversal and schemas) and allows me to pass arguments to my python script.
I am new to Omniverse so be gentle.