Skip to content

C++ library that implements common Geometry Dash algorithms.

License

Notifications You must be signed in to change notification settings

camila314/GDCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDCrypto

C++ library that implements common Geometry Dash algorithms.

Todo

  • Bindings for other languages
  • Improve Base64 library
  • XML prettify utility

How-to

The main header file (GDCrypto.hpp) is fully documented; moreover, the Tests folder contains some examples about the library functionalities.

Building

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.

Credits

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.

About

C++ library that implements common Geometry Dash algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published