A rust geometry dash icon renderer
Find a file
2023-09-29 15:07:51 -07:00
src some small refactoring 2023-09-29 15:07:51 -07:00
.gitignore some small refactoring 2023-09-29 15:07:51 -07:00
Cargo.lock some small refactoring 2023-09-29 15:07:51 -07:00
Cargo.toml some small refactoring 2023-09-29 15:07:51 -07:00
readme.md some small refactoring 2023-09-29 15:07:51 -07:00

gd-icon-renderer

rust geometryd ash icon redner!!

usage

Provide your GJ_GameSheet02-uhd, GJ_GameSheetGlow-uhd, Robot_AnimDesc2, and Spider_AnimDesc2 files along with their corresponding *.plist files.

todo

  • maybe use custom plist parser
  • spider + robot support
  • make get_sprite_from_loaded and get_sprite merged into get_sprite. i think this needs traits or something
  • trim empty alpha space (robtop didnt make the bounds correctly 😭)