Skip to content

SmartX-Team/connected-data-lake-omniverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connected Data Lake - NVIDIA Omniverse Extensions

Getting Started

Requirements

Ubuntu 24.04 or Above

# Install the dependencies
sudo apt-get update && sudo apt-get install -y \
  bash \
  busybox \
  curl \
  findutils \
  just \
  rustup

# Install the latest stable cargo & rustc (>=1.82)
rustup default stable

Windows 11 or Above

# Install the dependencies
winget install -e --id Git.Git  # git (bash, curl, findutils)
winget install -e --id frippery.busybox-w32  # busybox
winget install -e --id Casey.Just  # just
winget install -e --id Rustlang.Rustup  # rustup

# Install the latest stable cargo & rustc (>=1.82)
rustup default stable

One-shot Command Line

On your bash shell, type below:

just run editor.base

LICENSE

Please check our LICENSE file.

About

NVIDIA Omniverse KIT Extensions for Connected Data Lake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published