An android app to fetch and fuse sensor data from an android phone to detect its motion and use it to control the CAD model displayed in the WebPage at the specified URL.
- Download the apk file either from github releases section or from Play Store.
- Grant necessary permissions and go to indicated url in the web browser (tested on Chrome and Firefox).
- On the webpage, we can control the CAD model using mobile orientation and also zoom in, zoom out using volume keys.
- Using upload button at bottom-right, we can also upload a CAD model (STL file format).
Note: Since, this app uses TYPE_ROTATION_VECTOR in-build sensor, it may crash on devices that doesn't have it.
See LICENSE.txt for more information