Is it possible to make a executable file with usd composer?

hi, i’m wondering if it’s possible to make a executable file with usd composer, cause usd composer can make car configurator with ui(like Ragnarok_configurator.usd) . If not, how can i stream the usd file to user with webpage?

Hi Nils,
We do not support an easy way to turn a USD file into an EXE file, no. The way that The car configurator was done, is to prepare the usd file with all of the interactive data embedded, then make a custom KIT file with custom UI. And then we host that Kit file on our Nvidia Cloud Network and Stream it out via a webpage. If that is something that is of interest, you would require a streaming server, and possibly an Enterprise Account with Cloud access.

Thanks, that’s exactly what i’m interested. so i need to dig into KIT now. btw, does KIT support the communication with webpage controls? i mean design the UI with webpage to control the interraction of the car.

It does not work with actual website controls, coded in html. It works with the controls build in kit / python, created in action graph. It will run as a complete self-contained file. It is not designed to be “integrated” into a traditional html webpage.

ok, thank you very much!