Skip to content

tnantoka/dragonruby_vr_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages