geode-rs

Rust Bindings for the Geode SDK

Usage

TODO TLDR: define entry with rs geode::entry! { /* your code goes here */ } and do hooks n stuff in there

Compilation

Due to the fact that Geometry Dash is a 32-bit application, mods for it have to be compiled as 32-bit. You can do this by running cargo +nightly-i686-pc-windows-msvc build on Windows (nightly is required because geode-rs uses some unstable features). If you are not using Windows I recommend using cargo xwin for cross compilation targeting Windows.

License

BSL-1.0