This project was automatically generated.
- "app" - It is a folder link to the location of your Omniverse Kit based app.
- "exts" - It is a folder where you can add new extensions. It was automatically added to extension search path. (Extension Manager -> Gear Icon -> Extension Search Path).
Open this folder using Visual Studio Code. It will suggest you to install few extensions that will make python experience better.
Look for "omni.helloWorld" extension in extension manager and enable it. Try applying changes to any python files, it will hot-reload and you can observe results immediately.
This folder is ready to be pushed to any git repository. Once pushed direct link to a git repository can be added to Omniverse Kit extension search paths.
Link might look like this: git://github.com/[user]/[your_repo].git?branch=main&dir=exts
Notice exts is repo subfolder with extensions. More information can be found in "Git URL as Extension Search Paths" section of developers manual.
To add a link to your Omniverse Kit based app go into: Extension Manager -> Gear Icon -> Extension Search Path