Skip to content
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

Convert from zip to web pack / bundle format online #840

Open
gaycodegal opened this issue Dec 31, 2022 · 0 comments
Open

Convert from zip to web pack / bundle format online #840

gaycodegal opened this issue Dec 31, 2022 · 0 comments

Comments

@gaycodegal
Copy link

gaycodegal commented Dec 31, 2022

If you're not going to support zip as the format choice, there should be a way to convert to and from zip to this format. Many things such as the famous 2048 game, interactive fiction games, and git based websites are available already as zip files with an index.html and resources located relative to that file.

Most internet users would know nothing of this format, but have access to a zip of a site from a GitHub download page. They'll want to convert their zip to a format that can be opened by their browser and they'll want to do so online. So it would be optimal if it there was an online tool for creating web bundles from zips, preferably one that is itself distributed as a web bundle.

I myself as both an internet user, gamer, and app developer found myself annoyed I could not simply open zipped websites with my phone browser (in this case Chrome) and was annoyed that some supposedly offline PWAs required or used internet, so I built myself an app to allow me to play my games that were packaged as zip files. It would have been more convenient if there was a simple online converter.

To give some more real world examples of things that worked well as zipped sites that would preform well as web bundles: pico8 games feature export to html, and run easily as zipped websites, the Twine Editor (an interactive fiction making engine) zip download actually works fine, and could be theoretically become a web bundle, and of course web games hosted on git like 2048, or even itch games like 4 x 4 Archipelago could easily become web bundles were they easier to make and use for mobile and web users. I've even converted some of my favorite PWAs to zip files for personal use.

I think the format has great potential provided the ease of use is there and interoperability with existing formats comes naturally. To succeed I think this technology should be something an inquisitive 8 year old could use, and command line tools are beyond that skill range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant