MCPcopy Create free account
hub / github.com/Open-GD/OpenGD

github.com/Open-GD/OpenGD @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
1,621 symbols 3,510 edges 206 files 269 documented · 17% updated 11mo agov0.1.0-beta · 2023-03-18★ 24311 open issues

Browse by type

Functions 1,171 Types & classes 450
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

issues forks stars LICENSE

Logo

OpenGD

Open source implementation of Geometry Dash

<a href="https://github.com/Open-GD/OpenGD/issues">Report Bug</a>
·
<a href="https://github.com/Open-GD/OpenGD/releases/latest">Latest Release</a>

· Request Feature

UNMAINTAINED

new (unfinished) projects are gdrender and gdclone

About The Project

Stereo Madness running in OpenGD

OpenGD is an open-source implementation of the popular game Geometry Dash. Our main goal is to remake the gameplay 1:1, while also improving performance through new engine features and C++ enhancements. We also plan to implement multithreading in the future.

Status

We are currently rewriting the gameplay from the ground up, levels are not playable at the moment.

Built With

OpenGD is powered by axmol, which is maintained a fork of cocos2dx 4.0 that adds many new features and improvements over the original cocos2dx. The original Geometry Dash is also made with cocos2dx, but with a much older version from 2014.

Build instructions

Required: - Powershell - CMake - C++20 Compiler (MSVC, clang or gcc)

Windows

Quick start

Clone axmol, run setup.ps1 and restart cmd for command line variables to update

git clone https://github.com/axmolengine/axmol
cd axmol
./setup.ps1

In the OpenGD folder, build with cmake as usual

cmake -B build_x64
cmake --build build_x64 --config RelWithDebInfo

Warning VS 2019 might not work on Windows, VS 2022 is recommended

Recommended setup: VSCode

Required: - Ninja - clang (llvm) - cmake-tools extension - c/c++ extension

Recommended: sccache (faster re-builds)

Make sure ninja and clang are on path!

From cmake-tools select configuration Ninja default or Ninja sccache, then build with cmake-tools or cmake --build build.

The VSCode setup provides support for intellisense and debugger (requires vs2022)

Other platforms

Check axmol Dev setup

To actually run the game you will need the resources from the 2.2/2.1 version of Geometry Dash.

License

Distributed under the GPL v3 License . See LICENSE for more information.

Credits

Contributors

This project exists thanks to all the people who have contributed:

Core symbols most depended-on inside this repo

Shape

Method 893
Class 431
Function 278
Enum 19

Languages

C++100%
Java1%

Modules by API surface

Source/external/json.hpp572 symbols
Source/external/fast_float.h114 symbols
Source/GameObject.h40 symbols
Source/PlayerObject.cpp38 symbols
Source/PlayLayer.cpp34 symbols
Source/TextInputNode.cpp27 symbols
Source/GameObject.cpp23 symbols
Source/GameManager.cpp23 symbols
Source/PlayerObject.h21 symbols
Source/LevelEditorLayer.cpp16 symbols
Source/LevelDebugLayer.cpp15 symbols
Source/GameToolbox/conv.cpp15 symbols

For agents

$ claude mcp add OpenGD \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page