Doe is a highly precise device and screen orientation emulator for developing and debugging sensor-related web apps on desktop computers
It can be used to build and debug device orientation and screen orientation aware applications without needing to test on mobile devices.
Just add the Device Orientation Emulator script to any web page on which you want to enable the doe emulator:
<script src="https://richtr.github.io/doe/doe.js"></script>
Now open your web page and follow the prompt to open it in the doe emulator.
In any web browser that does not support device orientation (e.g. Desktop browsers) you can open one of the following pages:
https://richtr.github.io/threeVR/examples/vr_basic.html
https://richtr.github.io/Marine-Compass/
https://richtr.github.io/Full-Tilt/examples/vr_interactive.html
https://people.opera.com/richt/release/tests/doe/screenorientation.html
The doe emulator can also record key frames and play back those key frames as an animation.
You can check out an example key framed animation here.
MIT. Copyright © Rich Tibbett.