Giter Site home page Giter Site logo

sdk's Introduction

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.txt and change NDK_ROOT to your NDK root folder path
  • Set BUILD_TARGET to windows or android
  • 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;)V add this
.line 75
const-string v0, "modname"

invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
  • Copy libmodname.so to GeometryDash/lib/armeabi-v7a
  • apktool b GeometryDash

Special thanks

sdk's People

Contributors

cafeed28 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

pietrodjaowjao

sdk's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.