RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.24k stars 264 forks source link

cute_aseprite: 1.3 Tilemap Support #338

Closed RobLoach closed 1 year ago

RobLoach commented 1 year ago

Aseprite 1.3 has some tilemap data that's saved. Would be awesome to load it! I saw a note of it in the 1.3 parsing fix, so I thought I'd create an issue to track.

Thanks! I may have some time to do some looking into it this month.

RandyGaul commented 1 year ago

I say go for it! It's low priority for me as I don't use these features, however, the parser is surprisingly easy to extend. Go ahead and open a PR and I can provide some technical guidance. It will likely take a lot less time than anticipated.

RandyGaul commented 1 year ago

Moved to https://github.com/RandyGaul/cute_headers/issues/350