This is a mod for Geometry Dash using Geode 4.10.0, which displays FPS and Attempts during gameplay.
mod.json– Mod settings and iconCMakeLists.txt– Build script for Geodesrc/main.cpp– The C++ code of the modresources/fps.png– Mod icon
- Shows live FPS while playing
- Shows current Attempts
- Custom icon in Geode Launcher
- Slider to adjust text scale in settings
⚠️ Important: On Android, you must generate a.android64.sofile for Geode.
This cannot be created manually with a file manager.
- Create a GitHub repository and upload all mod files.
- Set up a GitHub Actions workflow to build the Android
.so. - After the workflow finishes, download
lukas.fps_counter.geode.zip→ unzip it.
- Install Geode CLI and Android NDK
- Navigate to the mod folder:
geode build -p android