https://github.com/hyper-prog/anglemeter
AngleMeter is an Android app for real-time angle and alignment feedback.
https://github.com/hyper-prog/anglemeter
android android-application angle horizontal vertical watermeter
Last synced: 6 days ago
JSON representation
AngleMeter is an Android app for real-time angle and alignment feedback.
- Host: GitHub
- URL: https://github.com/hyper-prog/anglemeter
- Owner: hyper-prog
- License: apache-2.0
- Created: 2026-05-29T07:26:04.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2026-05-29T07:52:31.000Z (10 days ago)
- Last Synced: 2026-05-29T09:23:19.900Z (10 days ago)
- Topics: android, android-application, angle, horizontal, vertical, watermeter
- Language: Kotlin
- Homepage:
- Size: 682 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AngleMeter
AngleMeter is an Android app for real-time angle and alignment feedback.
## Overview
The app helps you level and align the device by combining sensor-based angle visualization with an optional live camera overlay.
## Screenshot

## Repository
https://github.com/hyper-prog/anglemeter
## Features
- Fixed center cross with a sensor-driven rotating cross.
- Complementary angle display with readability-aware label orientation.
- Dual overlay color schemes.
- Optional live camera preview with front/back switching.
- Bottom tilt warning bar proportional to screen tilt.
- In-app screenshot capture saved to gallery.
## Stack
- Kotlin
- Jetpack Compose
- CameraX
- Android SDK (minSdk 29)
## Local Build
Use the root scripts:
```bat
build.bat
```
To remove generated artifacts:
```bat
clean.bat
```
## CI
Release APK builds are automated with GitHub Actions in:
- .github/workflows/release-apk.yml
## License
Apache License 2.0. See the LICENSE file for details.