We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4944121 commit b7fa7c7Copy full SHA for b7fa7c7
README.md
@@ -1 +1,29 @@
1
-# AndroidVRTracker
+# AndroidVRTracker
2
+
3
+ARCoreに対応したAndroidスマートフォンをViveTrackerの代わりにするアプリケーションです。
4
5
+# 必須環境
6
7
+- ARCore対応Androidスマートフォン([ARCoreDoc](https://developers.google.com/ar/discover/supported-devices))
8
+- VirthalMotionTracker v0.03
9
10
11
12
+# 注意
13
14
+Unityプログラミング,ARCore 共に初めて触るので非常に汚いコードになっています。
15
16
+スマートフォンのバッテリーの消耗は非常に激しく、発熱により動作を停止する可能性もあります。
17
18
+このアプリケーションを利用して発生した如何なる問題についても当方は一切の責任を取りません。
19
20
21
22
+# 利用技術
23
24
+[Google ARCore Android SDK](https://github.com/google-ar/arcore-android-sdk)
25
26
+[VirtualMotionTracker](https://github.com/gpsnmeajp/VirtualMotionTracker)
27
28
+[uOSC](https://github.com/hecomi/uOSC)
29
0 commit comments