24 ms·
Nice project. I would appreciate putting some common content in the demo, such as videos, dropdowns, large amount of text and large size text to show how they c
by karol 2y ago
Nice project. I would appreciate putting some common content in the demo, such as videos, dropdowns, large amount of text and large size text to show how they can be handled.
Also is there a version without window chrome, just panes?
- mlajtos 2y agoInstead of content, put there webview/iframe – https://github.com/mlajtos/mosaic https://github.com/mlajtos/mosaic
- crooked-v 2y agoAfter tinking with some similar toy projects, I feel like iframes with a well-defined APi to use with postMessage() (and maybe a small library to provide frame-internal matching toolbars/controls) are definitely the way to go here, since they remove the need to tightly couple your "OS" with your "apps".
- mlajtos 2y agoWhat kind of apps?