Could it be possible to use os.js with node-os? #807
-
Hi! I would like to know if it is possible to integrate os.js with the node-os project. The idea would be to have a graphical interface in node-os, I wonder here if this would be possible to unite two open source projects to create something amazing. Could it be possible to use os.js with node-os? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Technically I suppose this is possible. Not really sure how you'd set up a graphical frontend in nodeos though. I remember vaguely this being discussed in the past, but I struggle to find the thread :/ |
Beta Was this translation helpful? Give feedback.
-
I am in fact working on that since a while i have a complet execution plan ready and i am doing a lot of progress but i am working on that since 10 years alone At present i am doing a complet rewrite of OSJS that stays api compatible with it but i have a lot of additional stuff one small part is that it is used in one labs experiments tutorials from me: anyway you can all expect soon some backports and some more effort from me https://github.com/stealify is my small project i am writing a complet new Operating system based on v8 that is able to build whole webplatforms and i can also replace v8 with any eshost compatible runtime. But there are strong reasons for v8 as i am running that stuff on the kernel ring 0 level and i invented a whole module and component system for v8 to fast stamp out whole operating systems that are fully isolated and linux compatible if you load a linux component but the whole concept when it is finished will not depend on Linux code anymore i even do a own graphics layer AsteriskGL *GL which replaces WebGPU but is compatible with it and also replaces Mesa the most funny thing and experiment that i did was boot a linux x86 emulator written in wasm and then deploy OsJS on that. I also call my self the successor of node-os which is not maintained anymore because it was to hard i now invented the concepts to make maintaining such a large project possible and fun again. i keep you updated. |
Beta Was this translation helpful? Give feedback.
I am in fact working on that since a while i have a complet execution plan ready and i am doing a lot of progress but i am working on that since 10 years alone At present i am doing a complet rewrite of OSJS that stays api compatible with it but i have a lot of additional stuff
one small part is that it is used in one labs experiments tutorials from me:
anyway you can all expect soon some backports and some more effort from me https://github.com/stealify is my small project i am writing a complet new Operating system based on v8 that is able to build whole webplatforms and i can also replace v8 with any eshost compatible runtime. But there are strong reasons for v8 as i am running that st…