You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,10 +151,20 @@ LIVE DEMO : [▶️ https://rufus31415.github.io/sandbox/simple-webxr-xrtk-solve
151
151
152
152
---
153
153
154
-
## Unity XR Plugin
155
-
Unity has a unified plug-in framework that enables direct integrations or XR for multiple platforms Why not adding WebXR...
154
+
## HPTK
155
+
156
+
Hand Physics Toolkit (HPTK) is a toolkit to implement hand-driven interactions in a modular and scalable way. Platform-independent. Input-independent. Scale-independent.
157
+
158
+
I am currently studying the implementation of WebXR in this framework.
159
+
160
+
Original repo : https://github.com/jorgejgnz/HPTK-Sample
161
+
162
+
My fork and WebXR implementation : https://github.com/Rufus31415/HPTK-Sample-WebXR
163
+
164
+
LIVE DEMO : [▶️ https://rufus31415.github.io/webxr/HPTK/](https://rufus31415.github.io/webxr/HPTK/)
0 commit comments