Kit 106.4 Early Access Release Highlights#
Release Date: October 2024
Kit SDK 106.4 is an Early Access, minor update release of Kit.
Kit SDK#
Kit App Template#
NEW In Kit 106.4 : Kit App Template is now included in the Kit SDK package.
To get started building your own applications and extensions using the Omniverse Kit SDK, the Omniverse Kit App Template is included along with a tool to setup a new project from scratch.
Usage#
Open a terminal to where Kit SDK has been extracted.
Create a new project from the Kit App Template:
Windows:
.\new_project.bat
Linux:
./new_project.sh
Follow the instructions to create a new Kit project.
NOTE: If this is your first time running the
template new
tool, you’ll be prompted to accept the Omniverse Licensing Terms.
The newly created project will link to the local Kit SDK folder as a dependency using kit-sdk.packman.xml.user
in the ./tools/deps
folder.
Navigate to your newly created project folder and follow the instructions from Omniverse Kit App Template to build your application or extension.
NOTE: Your new project folder will come pre-populated with
.gitattributes
and.gitignore
forgit
as well as.vscode
settings forVS Code
.
For a full list of changes, see the Kit 106.4 Release Notes.
RTX Rendering#
To view the full RTX Rendering release notes for Kit 106.4, see RTX Rendering Release Notes.