Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Open source implementation of Geometry Dash powered by a fork of cocos2dx 4.0.

License

NotificationsYou must be signed in to change notification settings

Open-GD/OpenGD

Repository files navigation

issuesforksstarsLICENSE


Logo

OpenGD

Open source implementation of Geometry Dash

Report Bug·Latest Release·Request Feature

UNMAINTAINED

new (unfinished) projects aregdrender andgdclone

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 byaxmol, 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/axmolcd axmol./setup.ps1

In the OpenGD folder, build with cmake as usual

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

WarningVS 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 configurationNinja default orNinja sccache, then build with cmake-tools orcmake --build build.

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

Other platforms

Check axmolDev 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 . SeeLICENSE for more information.

Credits

Contributors

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


[8]ページ先頭

©2009-2025 Movatter.jp