Operating System:
Windows
Kit Version:
106
Kit Template:
USD Composer
GPU Hardware:
A series (ADA) 3500
Main Issue:
Hello, I’m trying to open Omniverse app view from ParaView with Kit 106. I installed USD Composer in Omniverse Launcher and have been using this to start a live session with ParaView. It looks like Omniverse Launcher will be discontinued this October, so I would love to switch to Kit 106 or 107. I also have USD Composer created with Kit 106 and there are a lot of .bat files created. I’m not sure which one I should use for ParaView Omniverse Settings. Thank you!
If you are able to use the old version of Composer from the Launcher, and LIVE connect, I would stick with what you have for now. The new version does not use LIVE connect. It is no longer offered. If that is something you do not need, then yes update to 106/107.
To start 106 just go to your command prompt CMD and navigate to the folder and type in “repo launch” if you have already built it. If not you need to follow the instructions.
You have to do a small amount of building to use it, because we are moving to a developer focus, but it is easy.
Follow these instructions:
1. Download "git" from https://git-scm.com/downloads
2. Download "git Large File Storage from https://git-lfs.com/
3. Start a windows command console by using running "cmd" from the Windows Start menu
4. Navigate to the root of c: or d: drive. Example "cd\"
5. Copy and run "git clone https://github.com/NVIDIA-Omniverse/kit-app-template.git" "https://gitlab-master.nvidia.com/omniverse/kit-github/kit-app-template.git"
6. run "cd kit-app-template"
7. run "repo template new"
8. run "repo build"
9. run "repo launch"
1 Like