Skip to content

Commit c0423a6

Browse files
authored
Add README for FPSViewer tool
Added detailed information about FPSViewer, including features, permissions, requirements, and installation instructions.
1 parent 1c90b41 commit c0423a6

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

README.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# FPSViewer
2+
3+
**FPSViewer** is a lightweight Android tool that displays a realtime FPS counter on screen.
4+
5+
The app runs a floating overlay that shows the current frames per second of the active application.
6+
7+
⚡ APK size: **~30 KB**
8+
9+
---
10+
11+
## Features
12+
13+
- 📊 Realtime FPS counter
14+
- 📱 Floating overlay
15+
- 🔍 Shows foreground package name
16+
- ⚡ Very low CPU usage
17+
- 🪶 Extremely lightweight
18+
19+
---
20+
21+
## Permissions
22+
23+
FPSViewer requires elevated privileges to access system frame statistics.
24+
25+
Supported methods:
26+
27+
- **Shizuku**
28+
- **Root**
29+
30+
---
31+
32+
## Requirements
33+
34+
- Android 8.0+
35+
- Overlay permission
36+
- One of the following:
37+
- Shizuku running
38+
- Root access
39+
40+
---
41+
42+
## How It Works
43+
44+
FPSViewer reads frame rendering statistics from the Android system and calculates FPS in realtime.
45+
The result is displayed as a floating overlay above all apps.
46+
47+
---
48+
49+
## Installation
50+
51+
1. Download the APK from the **Releases** section
52+
2. Install the APK
53+
3. Grant **Display over other apps** permission
54+
4. Start Shizuku or ensure Root access
55+
5. Launch FPSViewer
56+
57+
---

0 commit comments

Comments
 (0)