Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 822 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 822 Bytes

DragonRuby VR Tracking

An example app for headset and controller tracking by DragonRuby VR.

demo.mp4

Requirements

Install to Oculus Quest 2

$ cd path/to/dragonruby-macos
$ cp -r path/to/dragonruby_vr_tracking .

$ keytool -genkey -v -keystore mygame.keystore \
  -alias mygame -keyalg RSA \
  -keysize 2048 -validity 10000
 
$ ./dragonruby-publish --only-package dragonruby_vr_tracking && \
  apksigner sign --ks mygame.keystore --ks-pass pass:password builds/dragonruby_vr_tracking-oculusquest.apk && \
  adb install builds/dragonruby_vr_tracking-oculusquest.apk 

License

MIT

Author

@tnantoka