Hello, I made a zip writing/reading library. It's MIT licensed.
The code repository is here.
https://github.com/matiasah/zip
The wiki.
https://github.com/matiasah/zip/wiki
Issues.
https://github.com/matiasah/zip/issues
I tried to make it the easiest possible to use, I appreciate your feedback.
ZIP
- zorg
- Party member
- Posts: 3470
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: ZIP
love.math.compress supports lz4, zlib and gzip as compression types; the latter two use DEFLATE, which is what zip uses; note that i haven't tried it myself, but it might just output a format that can be handled as a zip; writing that out would be easy.
That said, if anything, just not having to rely on an external lib by using the above function would still be a boon in my opinion, even if all other parts of code you wrote would still be necessary, making this a neat wrapper lib on love.math.de/compress (which will be in love.data, come 0.11, which will also have crc checksum functionality)
That said, if anything, just not having to rely on an external lib by using the above function would still be a boon in my opinion, even if all other parts of code you wrote would still be necessary, making this a neat wrapper lib on love.math.de/compress (which will be in love.data, come 0.11, which will also have crc checksum functionality)
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Re: ZIP
I think it's still cool that you made this! Shows that you can do it, and it definitely has to be a good programming experience :-)
Who is online
Users browsing this forum: Google [Bot], SiENcE and 1 guest