sprite-sheet-packer
Sprite packer
A software tool for efficiently packing and arranging sprite sheets from multiple game assets
Sprite sheet packer
318 stars
23 watching
62 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
aaaddress1/theark | A Windows x86 PE packer implemented in C++ that repackages executable files | 52 |
kliment/simarrange | A program for simulating collisions between 2D parts to generate tightly packed sets of objects | 27 |
levanvn/pe_packer | Writing a simple PE Packer in detail to understand its inner workings and techniques | 15 |
huxingyi/squeezer | Tools to efficiently pack game textures using an algorithm-based approach | 69 |
czs108/windows-pe-packer | A tool that packs Windows executable files to make them harder to reverse-engineer | 328 |
eronana/packer | A tool for compressing and modifying executable files on Windows. | 46 |
onyxflames/cpack | A tool for packaging source code into a distributable package. | 1 |
hashicorp/packer | A tool that creates identical machine images for multiple platforms from a single source configuration. | 15,116 |
z64me/ezspritesheet | A software tool for creating and managing sprite sheets | 44 |
dimkr/papaw | A tool that reduces the size of executables and provides basic protection to prevent reverse-engineering | 41 |
yurisizuku/win-simpledpack | A tool for packaging Windows executable files into a compressed format using LZMA compression and relocating shell code to an external DLL. | 108 |
wsmind/rect-packer | An algorithm to efficiently pack boxes of different sizes into a given space | 1 |
jeremywildsmith/phaser-aseprite | A library that loads and parses Aseprite sprite files into Phaser game objects | 25 |
mesaleh/packid | A tool for identifying and analyzing packers in executable files. | 9 |
s-ilent/smarttexture | Automates the process of packing texture channels into a single texture for Unity projects. | 13 |