Skip to content

A "hello app" sample for using the Impress framework from jetpack-xr-natives

License

Notifications You must be signed in to change notification settings

lincolnfrog/impress-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Impress Sample App

A sample "Hello World" application built using the Impress framework.

Setup

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.git

Build and Run

To build and run the application desktop target:

macOS (Apple Silicon)

bazel run :hello_app_desktop --config=macos_arm64

Linux

bazel run :hello_app_desktop

IDE Configuration

VSCode & Antigravity

The 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

About

A "hello app" sample for using the Impress framework from jetpack-xr-natives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published