You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: