
Geode - Mods for Geometry Dash
Geode is a fan-made extension for Geometry Dash that adds mod support to the game. Browse from an in-game list to seamlessly download mods on Windows, Mac, and Android!
Install Geode
Geode is available for Windows, MacOS, Linux (through Wine / Proton) and Android.
Geode Docs
Geode is a Geometry Dash mod loader and modding SDK with a modern approach towards mod development. Unlike previous mod loaders, which merely inject the DLLs and let devs handle …
An Introduction to GD Modding (using Geode) - Geode Docs
Even if for some reason you don’t use Geode, this handbook still contains general information about modding and GD modding specifically, however all practical code examples and the …
Browse Mods - Geode SDK
Geode Team. Standard node IDs to be used by other mods. 1.20.1 2.5M 20 days ago. Custom Keybinds. Geode Team. Custom keybind support for Geode. 1.10.3 ...
Frequently Asked Questions - Geode SDK
Locate your Geometry Dash folder, inside of which is a geode folder. There you can find a mods folder that contains all your Geode mods. To manually install a mod, add the mods' .geode …
Configuring mods - Geode Docs
Geode mods are configured through a file called mod.json, located at the root of your project. The file contains general information about the mod, such as the name, ID, version, and also things …
3. Creating and building a new mod - Geode Docs
If you created a profile in CLI, then the mod should be automatically installed to GD. If not, then the built your.mod.geode package should be in your build folder, from where you can manually …
Chapter 1.1. What is a Mod? - Geode Docs
Usually, the first custom dynamic library we make GD load is a mod loader; that is, a mod whose purpose is to load other mods. This is because the methods we use for injection are not easily …
Modding Tutorials - Geode Docs
These are a collection of tutorials and information for using making Geometry Dash mods using the Geode framework. These are focused on general modding tips & Geode-specific features.