Skip to content

Commit 796bd74

Browse files
committed
Initial commit
0 parents  commit 796bd74

4 files changed

Lines changed: 69 additions & 0 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Romel Brosas
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# FPS Meter Android
2+
3+
A high-performance, lightweight FPS monitoring tool for Android. This application provides a real-time frame rate overlay inspired by the Samsung Perf Z aesthetic, offering a professional monitoring experience for mobile gaming and performance testing.
4+
5+
## Download latest version
6+
7+
Navigate to the [Releases](https://github.com/rdevz-ph/FPS-Meter-Android/releases) page to download the latest APK.
8+
9+
## Screenshots
10+
11+
| Light Mode | Dark Mode |
12+
|:-----------:|:-----------:|
13+
| ![Light Mode](./screenshots/Screenshot_1.jpg) | ![Dark Mode](./screenshots/Screenshot_2.jpg) |
14+
15+
## Features
16+
17+
### Samsung-Style Aesthetic
18+
The overlay utilizes a pill-shaped background with high-contrast, color-coded metrics for optimal visibility.
19+
- **Labels (FPS, MS, TEMP)**: Displayed in Cyan (#00E5FF).
20+
- **Values**: Rendered in White for clarity.
21+
- **Dynamic FPS Color**: The FPS value automatically changes color (Green, Yellow, Red) based on real-time performance thresholds.
22+
23+
### Improved Horizontal Layout
24+
The metrics are presented in a compact horizontal display using pipe separators (|). This design minimizes screen obstruction while providing essential performance data at a glance.
25+
26+
### Position Presets
27+
Quick-snap presets allow for instant positioning across six key screen locations:
28+
- Top Left, Top Center, Top Right
29+
- Bottom Left, Bottom Center, Bottom Right
30+
- Manual dragging is fully supported for custom placement.
31+
32+
### Real-time Updates
33+
Configuration changes apply immediately to the active overlay. Adjustments to text size, opacity, color mode, and visibility do not require a service restart.
34+
35+
### Shizuku Integration (Optional)
36+
The setup process includes an optional Shizuku panel to auto-grant the "Display over other apps" permission, bypassing the need for manual navigation through system settings.
37+
38+
## Requirements
39+
- Android 8.0+ (API 26)
40+
- Overlay Permission (SYSTEM_ALERT_WINDOW)
41+
42+
## Developer
43+
Built by **rdevz-ph**
44+
[GitHub Profile](https://github.com/rdevz-ph)
45+
46+
## License
47+
48+
This project is licensed under the [MIT License](LICENSE).

screenshots/Screenshot_1.jpg

397 KB
Loading

screenshots/Screenshot_2.jpg

396 KB
Loading

0 commit comments

Comments
 (0)