|
|
|
|
|
by paradust
1344 days ago
|
|
Hi all, I made this. Surprised by the sudden interest. It has been live but unchanged for 6 months. There's an updated launcher. It's not finished yet, but it is nicer for exploring single-player community-made games: https://minetest.dustlabs.io/ez/ I'm not actively working on this, as I have concluded it is not (yet) possible to create a good web experience. There are problems with storage, network, keyboard side effects (e.g. Ctrl, W), concurrency, and performance that need to be addressed by browser vendors. I highly recommend installing the native Minetest! |
|
You can intercept and cancel the standard browser events and therefore prevent closing the tab for example with Strg W.
Storage option on the web for more data is indexedDB. It is quite fast and stable by now.
What kind of network issues do you have?
But general performance I would not suspect to go drastically up anytime soon, since you already use wasm. (Unless you find some emscripten flags, that speed up things, but this is not my area)