Open Issues Need Help
View All on GitHubAI Summary: Develop a web application that captures and displays live IMU data (gyroscope and accelerometer) from a user's device. This involves creating a MotionSensor class to handle sensor data acquisition, including fallbacks for Safari on iOS, building a React component to visualize pitch, roll, yaw values and an animated SVG horizon, and writing unit tests using JSDOM and a fake sensor. Finally, document browser compatibility in the README.
Complexity:
4/5
enhancement good first issue