Replies: 1 comment
-
I've been considering this as well. They way it currently works is that each application is shown as a webgl texture (mostly for speed an atomic updating of the screen). However the problem with the iframe approach is that it cannot be used as a webgl texture or at least not very efficiently:
However a lot of other people seems to want this as well, so maybe one day it will be possible. Another option is to hide/move aside the webgl canvas that draws all other applications (ie your workspace) and replace it with the application's iframe and present it to the user as an always on-top fullscreen application, but in no way can you show both the iframe app and another app in an overlapping floating window style. This is afaik the only hard constraint, everything else (ie presenting the iframe app as a Wayland appliction) should be solvable. |
Beta Was this translation helpful? Give feedback.
-
Is it good to have these 2 extra kinds of "web application" in greenfield:
This kind of web application would be easier to write and more effecient than rendering bitmap content into ArrayBuffer.
This kind of web application would be more effecient than transfering h264 stream from server to browser.
But this kind of web application needs extra protocol between browser and application end-point server.
Beta Was this translation helpful? Give feedback.
All reactions