A sample "Hello World" application built using the Impress framework.
This project expects the jetpack-xr-natives repository (specifically the lincolnfrog fork) to be cloned in a sibling directory:
git clone https://github.com/lincolnfrog/jetpack-xr-natives.gitTo build and run the application desktop target:
macOS (Apple Silicon)
bazel run :hello_app_desktop --config=macos_arm64Linux
bazel run :hello_app_desktopThe VSCode C++ extension relies on compile_commands.json for IntelliSense and navigation. The .vscode/c_cpp_properties.json is pre-configured to use this file.
To update compile_commands.json after adding files or changing build targets, run:
bazel run :refresh_compile_commands