For sprite optimizations, the first results are dusanst/dynamicspritesheets (This repository is a texture atlas generator, which is a building block for packing sprites, but it lacks the optimization, compression, and CLI features needed to be a complete packer and optimizer), fadookie/spriteslicer (This repository focuses on slicing sprite sheets rather than packing and optimizing textures, making it a building block for asset preparation rather than the requested packer tool) and jintiao/runtimetextureatlas (This repository is a building block for texture atlasing that helps pack images at runtime, but it lacks the broader command-line toolset, compression, and multi-format export capabilities needed for offline asset optimization). kipkips/makeiconatlas and kuronekoyang/kurodynamicatlas round out the shortlist. Compare the match explanations and check the project documentation against your requirements.
Hand-picked sprite optimization tools for developers, ranked by GitHub stars and activity. Compare the top repositories and pick the right one.
This repository is a texture atlas generator, which is a building block for packing sprites, but it lacks the optimization, compression, and CLI features needed to be a complete packer and optimizer.
This repository focuses on slicing sprite sheets rather than packing and optimizing textures, making it a building block for asset preparation rather than the requested packer tool.
This repository is a building block for texture atlasing that helps pack images at runtime, but it lacks the broader command-line toolset, compression, and multi-format export capabilities needed for offline asset optimization.
This repository generates icon atlases, but without evidence of sprite packing, optimization, or hardware compression, it functions as a single-purpose utility rather than a comprehensive sprite sheet packer.
This repository focuses on dynamic texture atlasing, which is related to sprite packing, but the lack of descriptive evidence or tool capabilities prevents confirming support for sprite optimization, multi-format export, and hardware compression.
Microsoft UVAtlas is a geometry and texture tool that generates UV atlases for 3D meshes rather than packing 2D sprites or UI textures, making it a neighbouring graphics utility rather than the requested packer.
This repository focuses on dynamic texture atlasing rather than packing and compressing sprite sheets for offline rendering optimization, making it more of a runtime building block than the requested tool.
This repository belongs to the texture atlas generator domain, but with virtually no description or feature evidence provided, it cannot be confirmed as a complete packing and optimization tool.
This repository is a sprite rendering tool focused on runtime dicing rather than an offline texture packer and optimizer designed to generate and compress sprite sheets.
Mesh parameterization / UV unwrapping library
This repository is a 3D mesh parameterization and UV unwrapping library rather than a tool for packing 2D sprites or UI textures, making it a building block for 3D lightmaps rather than a sprite sheet optimizer.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| dusanst/dynamicspritesheets | 0 | — | — | — |
| fadookie/spriteslicer | 0 | — | — | — |
| jintiao/runtimetextureatlas |
| 0 |
| — |
| — |
| — |
| kipkips/makeiconatlas | 0 | — | — | — |
| kuronekoyang/kurodynamicatlas | 0 | — | — | — |
| microsoft/uvatlas | 0 | — | — | — |
| tkonexhh/dynamicatlas | 0 | — | — | — |
| unigameteam/unigame.atlasgenerator | 0 | — | — | — |
| elringus/spritedicing | 0 | — | — | — |
| jpcy/xatlas | 2.5K | C++ | MIT |