Geometry Dash Private Server implemented in Rust (PHP sucks ass, and the way current implementations are written too)
- I don't like PHP.
- I want to gain experience writing stuff in Rust.
- I just want to.
- PostgreSQL Server.
- Rename .env.exampleto.envand change example data to your's
- Import database.sqlinto your database (gdps for an example)
- If you're planning to develop, run: cargo sqlx prepareto build a cache for SQL queries
- Run cargo run -r(orcargo build -r, if you intend to run it later or by yourself)
- fin
- You'll need to change URLs inside of GeometryDash.exe, that will be also the same size as https://www.boomlings.com(25 bytes)
- It doesn't have any support (and not planned to) for versions lower than latest version of game (2.207)
- Cvolton/GMDprivateServer
- MegaSa1nt/GMDprivateServer
- melowody/gdrs
- Geometry Dash Documentation - A lot of explanations and other stuff, really helps in writing this project.