gibbed / XCompression

.NET compression wrapper library for "XMemCompress".
zlib License
12 stars 3 forks source link
compression compression-library xmemcompress xna

XCompression

A .NET compression wrapper library for "XMemCompress", commonly found when dealing with Xbox 360 games.

This library takes advantage of the fact that there are native Win32 implementations provided with XNA, not directly exposed, but still accessible with some technical know-how.

XMemCompress appears to be a variant of LZX compression.