1
0
Fork
You've already forked gdutils-rs
0
Geometry Dash API wrapper in Rust
  • Rust 98.7%
  • Nix 1.3%
Find a file
2026年06月05日 03:11:20 -04:00
src GDUTILS 0.4.0: HUGE refactor, better, uhh better, better, and better. also initial AREDL support 2026年06月05日 03:11:20 -04:00
.envrc first commit still wip 2026年04月02日 16:24:53 -03:00
.gitignore LEVELS WORK WOOOOOOOOOOOOOOOO 2026年04月03日 23:25:50 -03:00
AGENTS.md first commit still wip 2026年04月02日 16:24:53 -03:00
Cargo.lock GDUTILS 0.4.0: HUGE refactor, better, uhh better, better, and better. also initial AREDL support 2026年06月05日 03:11:20 -04:00
Cargo.toml GDUTILS 0.4.0: HUGE refactor, better, uhh better, better, and better. also initial AREDL support 2026年06月05日 03:11:20 -04:00
CLAUDE.md first commit still wip 2026年04月02日 16:24:53 -03:00
CONTRIBUTING.md also add "contributing guidelines" 2026年04月04日 01:58:25 -03:00
flake.lock first commit still wip 2026年04月02日 16:24:53 -03:00
flake.nix GDUTILS 0.4.0: HUGE refactor, better, uhh better, better, and better. also initial AREDL support 2026年06月05日 03:11:20 -04:00
LICENSE.md better levels, add license 2026年04月04日 01:55:24 -03:00
llms-full.txt first commit still wip 2026年04月02日 16:24:53 -03:00
llms.txt first commit still wip 2026年04月02日 16:24:53 -03:00
README.md AREDL SUPPORT LET'S GOOO 2026年05月02日 16:16:35 -04:00
rust-toolchain.toml first commit still wip 2026年04月02日 16:24:53 -03:00

gdutils

gdutils is a Rust crate intended used to fetch all sorts of data from the Geometry Dash servers, and more!

This project is still a WIP! Contrubutions are appreciated. Check the To-do section!

Originally made for the FluxDash bot for Fluxer.

Check for issues, PRs, etc in Codeberg @ https://codeberg.org/JuxGD/gdutils-rs and in GitHub @ https://github.org/JuxGD/gdutils-rs

AI, Agents, LLMs

Please refer to llms.txt, llms-full.txt, AGENTS.md or CLAUDE.md, and CONTRIBUTING.md. Don't look at the README anymore. Go on check the files I said

:trollface:

To-do list / What to help with

GD Servers

  • Getting arbitrary level info (get_level_info())
    • Name
    • ID
    • Author
    • Level length
    • Song ID
    • Song artist - song name (Newgrounds/Music Library)
    • Difficulty rating
    • "Quality" status (normal, featured, epic etc) and feature score (the higher that is, the higher in the featured tab the level is)
    • Stars/Moons
    • Coins (and if verified)
    • Likes
    • Downloads
  • Getting arbitrary level info (get_level_info())
  • Getting timely level data (eg daily level index, time left, level itself info) (get_daily(), get_weekly(), get_event())
  • Getting arbitrary user info (get_user_info())
    • Username
    • Account ID
    • Player ID
    • Leaderboard placement
    • Stars & Moons
      • Amount of levels of each difficulty beaten
    • User Coins
    • Secret Coins
    • Diamonds
    • Demons
      • Amount of each demon difficulty beaten
    • Creator Points
    • Icons (as data not the actual icons ofc)
  • Generating icons from icon data
  • Getting level string (download_level())

AREDL

  • Get info for level by placement (classic & platformer)
    • Implemented for classic
    • Implemented for platformer