A rust geometry dash icon renderer
Find a file
2023-10-06 16:29:29 -07:00
src rustdoc 2023-10-06 16:20:02 -07:00
.gitignore some small refactoring 2023-09-29 15:07:51 -07:00
Cargo.lock prepare for publishing 2023-10-06 16:28:36 -07:00
Cargo.toml drop unnessasary liscense statement 2023-10-06 16:29:29 -07:00
LICENSE prepare for publishing 2023-10-06 16:28:36 -07:00
readme.md update todo 2023-10-06 15:54:44 -07:00

gd-icon-renderer

A rust Geometry Dash icon renderer. Shhout out to gd-icon-renderer, this project is just a rewrite but not in libvips and crystal

usage

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

todo

  • swap to a custom plist parser
  • change zany anim to argument
  • trim empty alpha space
  • i think theres some weird shifting and offsets going on. investigate plz. really big on spider 16 for some reason???? related issue here: issue #2, oatmealine/gd-icon-renderer