Categories
- Air Native Extension
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Compression
- Computer Vision
- Cryptography
- Debug
- Engines
- Frameworks
- IDE
- IM
- Input
- Loaders
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Sound
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Uncategorized
- XML
Compression
LZMAEncoder
LZMAEncoder is anĀ AS3 class to compress data using LZMA algorithm.
AS3 Zip Library
AS3 Zip Library is a tool for reading and writing zip files.It does not require a script to preprocess a zip and inject Addler32 checksums, because it implements a deflate compression decoder (inflater). Some of the features: Read or write … Continue reading
FZip
FZip is a library to load, modify and create standard ZIP archives. It parses ZIP archives progressively, allowing access to contained files while the archive is loading.
