- Notifications
You must be signed in to change notification settings - Fork308
The ultimate Geometry Dash modding framework
License
geode-sdk/geode
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Geode is aGeometry Dashmod loader andmodding SDK with a modern approach towards mod development.
Unlike previous mod loaders, which merely inject the DLLs and let devs handle the rest, Geode aims to be a more comprehensive project that provides all the tools needed for creating mods in one package.
Geode's goal is to solvemod incompatibility - to ensure that mods work together without buttons getting misplaced or hooks mysteriously disappearing.
Here's aHello World mod in Geode:
#include<Geode/Bindings.hpp>#include<Geode/modify/MenuLayer.hpp>usingnamespacegeode::prelude;class $modify(MenuLayer) {voidonMoreGames(CCObject*) {FLAlertLayer::create("Geode","Hello World from my Custom Mod!","OK")->show();}};
This code modifies what happens when the "More Games" button is clicked on the home scene in Geometry Dash, showing a custom popup.
Detailed documentation, tutorials, and installation instructions on using Geode can be foundhere.
New to modding GD? Geode's documentation also comes with a handytutorial book that explains all the basics of GD modding!
You can contribute to Geode by opening aPull Request! Please follow the contribution guidelines.
If you have any further questions, need help, or just want to share your love for catgirls, be sure to joinour Discord server!
About
The ultimate Geometry Dash modding framework
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
