New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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. |
|
For html module A possible workaround is to use JSZip in html backend |
|
Thanks for the solution anbu93 |
|
I used an implementation similar to Mobil Develops on Laptop. it seems like it would be a wonderful addition to zip file handler and it has specific requests. |
|
Is this issue is closed? if not then i would like to have some details for solution. |
|
@Sagar0-0 no, the issue is not closed. @dushechka created a PR (#6518) that works for desktop but some people asked/suggested a solution that works for web too. It was never approved/merged. |
|
There is also #6326, which is also incomplete/abandoned. |


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
The text was updated successfully, but these errors were encountered: