I'm looking for LZSS for decoding some packets from a game engine. If anyone could point me to a library I would be extremely happy. Thanks!
views:
153answers:
2
+1
A:
You can call on the Allegro Library (open source library in C developed for game development). It contains LZSS decoding and is callable from C#.
Or you can also look at: LZSS.c and port it over to C#, or compile it into a basic C library and then call it from C#.
NebuSoft
2010-05-04 21:29:51
Could you give an example if it being called from the library? Also can this be embedded into the C# executable? Thanks a bunch!
Gbps
2010-05-04 21:32:17