JakobDev
JakobDev
> almost all of cubiomes-viewer is UI code and would need to be rewritten pretty much from scratch It looks like Qt (including QtWidgets) [supports WebAssembly](https://doc.qt.io/qt-5/wasm.html). I have also found...
> that would make a very good alternative to chunkbase if ported to web (even lacking seed searching part) If you don't need searching, you can take a look [Minecraft...
I have found [this blog post](https://www.qt.io/blog/porting-slate-to-qt-for-webassembly) from the Qt Developers which ported a existing Application to WebAssembly. The App in the Post uses QtQuick, but they wrote it also works...
You can use the Launcher in the Flatpak, if you want, but you currently need to configure the Java Arguments in the Launcher, otherwise Chunky doesn't find OpenJFX. The Launcher...
You should also hide some technical config option e.g. Java Arguments when running inside a Flatpak
> Okay, so the launcher needs to be aware that it is running in flatpak mode. Just check if the file `/.flatpak-info` exists. You can use the build files I...
If everything works, you can submit Chunky to Flathub
> The only work that needs done to the Manifest is adding a --launcher flag when running Chinky to use the launcher. Is the launcher needed for something like Flatpak,...
Teh I will update the Manifest to use the Launcher, once a new JAR is released.
Ping @LagoLunatic