Closed ghost closed 5 years ago
Ok, here’s my idea for it. Install electron through NPM. Create an electron app (which will be your GUI and renders since it’s based on Chromium). Write in your js loader to load the electron app as your main GUI.
Could this work?
No, they require X11.19.12.2018, 01:43, "Dilan Omer" notifications@github.com:Ok, here’s my idea for it. Install electron through NPM. Create an electron app (which will be your GUI and renders since it’s based on Chromium). Write in your js loader to load the electron app as your main GUI. Could this work?
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
@dilan-omer RuntimeJS is not based on Linux so you will probably face an uphill battle trying to get electron running on it. It is a completely new kernel built from scratch to run low-level javascript applications.
Oh it's not based on Linux, or was that NodeOS. My bad
Hi there. Would Electron Apps be able to work with this, since it’s based on Linux?