GDPlus is a recreation of Geometry Dash starting from the 1.0 version of GD.
The project is based on the OpenGD source code (using C++20 and the Axmol engine)
Since this is based on OpenGD/Axmol, the setup requirements are pretty much the same:
- Windows
- PowerShell & CMake
- C++20 compatible compiler (MSVC, clang, or gcc)
You'll need to drop your GD resources into the Content folder to run it.
Windows:
cmake -B build -G "Visual Studio 17 2022" -A x64
cmake --build build --config Debug
Linux:
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
cmake --build build
We have an official Discord server too!
Join here: https://discord.gg/GnbswNdu9D
ToasterDev - Owner of GDPlus
Salty - Staff (also support their music!)
- OpenGD
- Axmol
- wyliemaster
- camila314
- Distributed under the GPL v3 License.
