Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 206 Bytes

File metadata and controls

6 lines (5 loc) · 206 Bytes

Geometry Dash Decompilation

Geometry Dash's source in C++

Tools/binaries used in this project

  • gcc - Compiling C++ (included with mingw-w64)
  • mingw-w64 - Crosscompiling Windows on Linux.