Asset converter tool (Mac only)

I made this Mac App that converts regular media types into their playdate equivalents.

Basically, it just runs pdc on whatever you drag-n-drop into it

png -> pdi
gif, image table png -> pdt
adpcm wav -> pda

Why?

  • Nice tool for modding playdate games
  • User friendly tool to share with non-dev team members

Note: not sure whether Panic likes it if I bundle pdc with this, so for now, installing the sdk is required. The tool does check whether pdc is installed and points users to Develop for Playdate if it is not.

Mac Playdate Asset Converter.zip (731.5 KB)

1 Like

aww, I thought you'd reimplemented pdc ground-up for a second there -- that'd be awesome (and honestly I could have done that but I see no reason to)