Re: [QGIS-Developer] QGIS and WebAssembly

2022-09-13 Thread Martin Dobias via QGIS-Developer
Hi Nick! On Sun, Sep 11, 2022 at 4:14 PM Nick Bearman via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > > Thanks for sharing this initial version - it's great to see some of the > possibility. > > Is this something you would like to / be able to develop? I'd be > interested in explori

Re: [QGIS-Developer] QGIS and WebAssembly

2022-09-11 Thread Nick Bearman via QGIS-Developer
Hi Martin, Thanks for sharing this initial version - it's great to see some of the possibility. Is this something you would like to / be able to develop? I'd be interested in exploring the possibility of developing this, and am happy to put some money in towards this if you (or anyone else)

Re: [QGIS-Developer] QGIS and WebAssembly

2022-03-22 Thread Martin Dobias via QGIS-Developer
Hi Andreas! On Tue, Mar 22, 2022 at 9:49 AM Andreas Neumann wrote: > > Would any part of the current QGIS Desktop part be re-usable in a "web > assembly" QGIS? Or would the GUI part have to be re-developed? > In theory, we could try to run QGIS Desktop as it is in WebAssembly environment in the

Re: [QGIS-Developer] QGIS and WebAssembly

2022-03-22 Thread Martin Dobias via QGIS-Developer
Hi Richard! On Tue, Mar 22, 2022 at 9:33 AM Richard Duivenvoorde wrote: > > I think this pushes us to the technical limits of browsers. with that > also performance wise to the limits of QGIS? > I am sure some other apps are going to push technical limits of browsers further than QGIS :-) I don

Re: [QGIS-Developer] QGIS and WebAssembly

2022-03-22 Thread Andreas Neumann via QGIS-Developer
Hi all, Very cool demo - thanks for sharing! Would any part of the current QGIS Desktop part be re-usable in a "web assembly" QGIS? Or would the GUI part have to be re-developed? I would also assume that access to local files would be very restricted - right? Network based resources (DB acce

Re: [QGIS-Developer] QGIS and WebAssembly

2022-03-22 Thread Richard Duivenvoorde via QGIS-Developer
On 2022-03-18 00:36, Martin Dobias via QGIS-Developer wrote: I am very keen to hear what you think about QGIS and WebAssembly. In the coming days I would like to also get the build system and my hacks available in a git repo, so that others can start to play with it... Hi Martin, Supercool dem

Re: [QGIS-Developer] QGIS and WebAssembly

2022-03-18 Thread Mats Taraldsvik via QGIS-Developer
Very cool :) WebAssembly is also useful on the desktop: Another opportunity with WebAssembly is supporting qgis plugins as an alternative to python/c++. It would provide the versatility of python (can be used across platforms) with near native performance. I think WebAssembly isn't ready/mature f

[QGIS-Developer] QGIS and WebAssembly

2022-03-17 Thread Martin Dobias via QGIS-Developer
Hi all Recently I was wondering if it would be possible to have QGIS running natively in browser thanks to WebAssembly. Many hours later, I have a small, very rough, proof of concept: https://wonder-sk.github.io/wasm/qgis.html If you have a reasonably up-to-date browser, you should be able to bro