-
-
Notifications
You must be signed in to change notification settings - Fork 105
Developer Info
Eduardo Lima edited this page Jun 7, 2022
·
4 revisions
Wolvic is a great platform for developing awesome WebXR experiences. You can find a variety of information on WebXR development from developer portals including the Mozilla Developer Network.
https://developer.mozilla.org/en-US/docs/Games/Techniques/3D_on_the_web/WebVR
With USB Remote Debugging, from the Terminal you can use adb logcat
to search for logs generated by Wolvic:
adb logcat | grep -i "gecko"
Note: USB Remote Debugging is required. Ensure your device is connected by cable to your PC’s USB port.