KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
best-epic-gd-mods
★ 21
Open GitHub ↗
Best Epic GD Mods
Download README (.md)
Explore Similar Repositories
small-gd-mods
:
small collection of mods for geometry dash
PolzHax
:
Biggest Mod Menu for Geometry Dash 1.92
calcite
:
A simple mod loader for Geometry Dash's web port.
globed
:
Open source multiplayer mod for Geometry Dash
Geometrize2GD
:
Mod that allows you to convert picture to certain Geometry Dash Objects.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
best-epic-gd-mods
?
Download (.md)
# Best Epic GD Mods website here: https://geometrydash.eu/mods/ The source code is probably a nice example of how not to do stuff. # Compiling I stole the build instructions from [https://github.com/matcool/small-gd-mods](mat) and the rest of the build system too. And `mapped-hooks.hpp` and `utils.hpp` too. 1. Clone the repo (make sure to do it recursively `--recursive`) 2. Configure CMake ``` cmake -G "Visual Studio 16 2019" -B build -DCMAKE_BUILD_TYPE=Release -T host=x86 -A win32 ``` 3. Build ```bash cmake --build build --config Release --target ALL_BUILD # you can switch out ALL_BUILD for any specific mod you want to compile ```