SDK
Geometry Dash cross-platform Modding SDK
Install / Use
/learn @BoolkaSDK/SDKREADME
BoolkaSDK
First open-source Geometry Dash cross-platform Modding SDK
Requirements
- CMake 3.21
- Android NDK r23
- LLVM x86
- Java and ApkTool
Building
- Open
CMakeLists.txtand changeNDK_ROOTto your NDK root folder path - Set
BUILD_TARGETtowindowsorandroid cmake -S . -B build -G 'Ninja'cmake --build build --config Release
Loading .so on Android
- Download Geometry Dash apk
apktool d GeometryDash.apk- Open
GeometryDash/smali/com/robtopx/geometryjump/GeometryJump.smali - Go to line 19 and after
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)Vadd this
.line 75
const-string v0, "modname"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
- Copy
libmodname.sotoGeometryDash/lib/armeabi-v7a apktool b GeometryDash
Special thanks
- Partur for Android-ML
- HJfod for cocos-headers
- pie for gd.h for windows
- ItalianApkDownloader for gd.h for android
- matcool for help with building for windows
- MacLao for his cat Булка whose name is in the name :smirk_cat:
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
