unify with os-js? #144
Replies: 4 comments 8 replies
-
Thanks! That's a cool idea indeed. OS.js was one of a few projects that inspired me early on in my work on my project. I do indeed have a plan to make it easier to add 3rd party support to daedalOS, and it would be good if existing OS.js apps/packages had a way to run in daedalOS. Do you have any examples apps worth trying to port as a first attempt? Or any docs about their structure/package model? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the example. Looking at https://github.com/os-js/osjs-pdfreader-application/blob/master/index.js it looks quite tricky. It would be nice if the osjs imports could be skipped and there was an option to just pass a canvas to my window structure. I'll continue to look into this but the packages don't look easy to have them work outside osjs infra/framework. |
Beta Was this translation helpful? Give feedback.
-
thanks for looking into, dustin. would you consider raising an issue on os-js project with your thoughts and recommendations? |
Beta Was this translation helpful? Give feedback.
-
Np. I am not sure I want to push forward on that until I have a good suggestion for how the standard should be which I hope to have eventually when I add third party app support and figure out how that will look. At that time I may indeed suggest it in their project, but the way there code is I think it would be a lot of work to convert anything existing. Maybe we could all agree on something going forward for future apps. |
Beta Was this translation helpful? Give feedback.
-
love the work done here, and the user-experience of daedalOS is simply awesome.
however, i also love the work being done at OS.js, mainly the structure, application packaging, etc.
from a community perspective, wouldn't it be awesome if we could all work together and build the best of both worlds?
from a neutral community member's perspective (unaffiliated with either project at the moment), i would love to see daedalOS components and superior look-and-feel contributed into the OS.js structure and packaging model. that would make for one ass-kicking web-desktop architecture.
see also: os-js/OS.js#800
Beta Was this translation helpful? Give feedback.
All reactions