@cancel I mean with build instructions and main(), so people can build it without too much fussing with it as a library.
Top-level
@cancel I mean with build instructions and main(), so people can build it without too much fussing with it as a library. 5 comments
@neauoire nice :) The reason I haven't made an example standalone program in C for it in the Uxn32 repo is that none of the Uxn32 code currently uses the C standard library, and doing a cross-platform cmd line program that does file operations would require to suddenly switch to using it. Not the end of the world but… well maybe I'll do it eventually. @cancel ah! I didn't know that. Good to know, yeah I'll bring the ref implementation and make a README for it! @neauoire sorry, I didn't document how to use the streaming decompressor yet. (Having to swap hard drives to work on Uxn32 is turning out to be pretty inconvenient...) |
@neauoire hmm. why not just copy uxn_lz.c and uxn_lz.h to your uxn-utils and use them?