C++ library that implements common Geometry Dash algorithms.
- Bindings for other languages
- Improve Base64 library
- XML prettify utility
The main header file (GDCrypto.hpp) is fully documented; moreover, the Tests folder contains some examples about the library functionalities.
CMake is required: clone this repo, then open the cmd and type:
mkdir Build
cd Build
cmake .. -DZLIB_PATH=PATH/TO/ZLIB
Both static and shared library projects will be built.
GDCrypto uses Zlib, SHA1, and Base64:
I'd also like to thanks Absolute, who helped me with the inflate algorithm, and MgostIH, who gave me some tips on how to optimize the code.