Skip to content

Developer Info

Eduardo Lima edited this page Jun 7, 2022 · 4 revisions

Developing for VR

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

Debugging

Debugging with Wolvic.

Loading developer versions

Sideloading.

Logs

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.