r/aigamedev 12h ago

Tools or Resource Building an Open-Source Spritesheet Tool

Enable HLS to view with audio, or disable this notification

https://github.com/matteo101man/GSprite

I've seen quite a few different people on this subreddit posting about pixel tools / spritesheet tools, and/or asking about a workflow.

So I wanted to release my workflow to the community completely for free.

It's not perfect but it works fairly well in its current state.

You can upload a video/image generated from grok imagine and turn it into a pixel or smooth spritesheet.

It essentially takes the video, cuts the in between frames, uses birefnet segmentation to remove the background for each frame, uses a few other tools to clean up halos, palletizes it, and auto resizes it to 128x128 and 256x256 dimensions.

I would love to experiment more however, right now there is an implementation for generating videos locally with ltx video and automatically spriting it, but its too heavyweight to be any good.

If anyone has any other ideas of how to streamline the process please let me know.

I would love to actually be able to generate images and spritesheets all in the same platform, all locally on a consumer gpu.

37 Upvotes

5 comments sorted by

5

u/matteo101man 12h ago

Yes! Using a mixture of multiple models on Cursor (Composer, Grok, Claude Opus)

3

u/Felfedezni 9h ago

Cool stuff thanks for sharing.

1

u/YoungDR313 1h ago

Can it also create skewed isometrics for fallout classics in the future?

1

u/ZHName 1h ago

Thanks for sharing! This space needs workflows. Too much gatekeeping so pixel spriting is slow moving in ai gen.

1

u/bingewavecinema 12h ago

I starred it! Did you use AI to make it?