I can point you directly to the right open-source repository. Share public link
: A curated list of resources that includes everything from API wrappers (like gd.py) to macro converters and icon kits.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
Geometry Dash updates (like Update 2.2) can break older mods. Ensure the repository has been updated recently if you are looking for game extensions.
: Professional implementations, like OpenGD , aim for a 1:1 recreation of the original C++ engine. These repositories often include full decompilations of the game's physics functions to ensure that "hitbox-perfect" movements are maintained. Popular Wave Projects on GitHub geometry dash wave github
Simple, readable codebases ideal for beginners trying to understand grid and collision mechanics. 2. Macro Bots and AI Solvers
GitHub is the hub for ambitious fan projects aiming to rebuild Geometry Dash for the web. A notable example is "Ge-NET-ry Dash," an attempt to create a 1:1 accurate replica that runs directly in a browser. These projects provide a legal, open-source alternative for experiencing the core wave gameplay online.
files or raw level strings to render wave sections outside of the official game.
In 2026, is the dominant modding API for Geometry Dash. GitHub is filled with Geode mods (e.g., gd-mod , geometry-dash-mod ) that add specialized wave tools. These are generally safer and more stable than old DLL hacks. Notable GitHub Repositories for GD Wave and Physics I can point you directly to the right open-source repository
GitHub is also the home of specialized tools that allow for precision play and creative level design:
Since Geometry Dash was natively built on the Cocos2d-x framework, C++ GitHub repositories offer the closest 1:1 physics replication.
Common Issues to look for
Quick updates to accommodate RobTop’s game patches (e.g., updates for 2.21, 2.22). This link or copies made by others cannot be deleted
Fixes the infamous "wave trail bug" where the solid line breaks or disappears at high refresh rates.
In standard speed (1x), the Wave moves forward and upward (or downward) at identical rates, creating a perfect 45-degree angle.
One popular recurring project on GitHub is the . These repos strip away all other game modes—no cube jumps, no ship gravity—leaving only a pure, infinite Wave corridor.
Why would a Wave player care?
Excellent projects demonstrating how to handle rigidbodies and vector math for smooth 45-degree movements.
GitHub serves as a collaborative hub for the "GD" community to solve technical hurdles, such as: Frame Alignment: