Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Feature Request] Zip file handle #6212
Comments
Personally, I achieved this by unpacking the zip to a local (temp) folder. Let's ping @MobiDevelop - it is his code, and his opinion if this should be added to the framework is important imo. |
I also use an implementation similar to MobiDevelop's on Desktop. This seems like it would be a good addition to libgdx. |
Just as a quick note: According to Discord, @MobiDevelop is okay with adding ZipFileHandle to libGDX. If anyone is interested in taking this on, please feel free to do so. We also need implementations for iOS and GWT. |
I will try to tackle this issue, this will be my first issue on an open source project so please be patient. |
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar request:
#5830
Example code:
https://gist.github.com/MobiDevelop/5514357#file-archivefilehandle-java