sensor-fusion-demo icon indicating copy to clipboard operation
sensor-fusion-demo copied to clipboard

This repository contains several different sensor-fusion implementation that can be compared with each other.

Results 2 sensor-fusion-demo issues
Sort by recently updated
recently updated
newest added

The demo app now works as a real 3D compass, it shows the true cardinal directions using boxes with texts. The whole 3D logic is implemeted using the [LibGDX](https://libgdx.com/) framework.

@apacha ...just two suggestions: 1.) Move the core part into a separate [AAR library](https://developer.android.com/studio/projects/android-library). I did it and reused in my own Xamarin.Android project and it works perfectly. 2.) The...