rawpacker
Array compressor
A binary packing/unpacking utility for compacting Variant arrays in Godot game development.
A RawArray packer/unpacker for Godot.
23 stars
6 watching
7 forks
Language: C++
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zhuangsirui/binpacker | A tool that packs and unpacks binary data in a compact format | 221 |
petebrowne/rack-pack | Middleware that packages and compresses assets into single files. | 16 |
dr4k0nia/origami | A tool for compressing and encrypting .NET assemblies while manipulating the PE file format to optimize storage | 168 |
kmatheussen/radium_compressor | A system compressor with accurate compression metering | 15 |
atomicobject/heatshrink | A data compression library designed for efficient use in resource-constrained systems. | 1,334 |
huluti/curtail | An image compression tool with options for lossy and lossless compression, supporting various file formats. | 371 |
aaaddress1/theark | A tool for creating Windows PE files with dynamic compression and file mapping. | 52 |
sstadick/crabz | A cross-platform compression and decompression tool written in Rust. | 333 |
eronana/packer | A tool for compressing and modifying executable files on Windows. | 46 |
mainroach/crabby | An algorithm for compressing and decompressing sprite sheets in real-time on the GPU without intermediate CPU processing. | 104 |
kryops/rollup-plugin-gzip | A plugin that compresses Rollup bundles with Gzip or Brotli | 56 |
spillerrec/cgcompress | A tool for efficiently storing and managing visual novel images by compressing variations into a single file | 16 |
quixdb/squash | Provides a single API to access multiple compression libraries. | 409 |
mapbox/gzip-hpp | A C++ library for efficient compression and decompression of binary data | 330 |
crazy-max/ghaction-upx | A GitHub Action that automates the creation of compressed executables using UPX. | 56 |