https://github.com/Shakshi3104/Logger-Watch
Accelerometer app built in SwiftUI, support for Apple Watch
https://github.com/Shakshi3104/Logger-Watch
coremotion swiftui watchos
Last synced: 2 months ago
JSON representation
Accelerometer app built in SwiftUI, support for Apple Watch
- Host: GitHub
- URL: https://github.com/Shakshi3104/Logger-Watch
- Owner: Shakshi3104
- License: mit
- Created: 2020-05-03T07:07:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T04:47:47.000Z (over 3 years ago)
- Last Synced: 2024-10-24T08:29:48.873Z (7 months ago)
- Topics: coremotion, swiftui, watchos
- Language: Swift
- Homepage:
- Size: 91.8 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logger Watch
This application can measure acceleration data, gyroscope data
[Logger](https://github.com/Shakshi3104/Logger5) for watchOS
 | 
:-: | :-:## Version
0.1.0## Requirements
- watchOS 6.2+
- Xcode 11.5+## Update History
|Version|Update Date|Contents|
|:----:|:-------------:|:---------|
|0.0.0|2020/5/3| SwiftUI test|
|0.0.1|2020/5/3| Combine test|
|0.1.0|2020/8/1| Display acceleration data (gyroscope data is not yet supported)|
|0.2.0|2020/8/2| Display gyroscope data (via deviceMotion.rotationRate)|## Future
Independently developed [Logger for iOS](https://github.com/Shakshi3104/Logger5) and Logger for watchOS will be combined into a single app ([Logger for iOS and watchOS](https://github.com/Shakshi3104/Logger6)).