Coretool / noGUI

NodeOS Gui
12 stars 4 forks source link

A couple questions. #23

Open Stanlyhalo opened 4 years ago

Stanlyhalo commented 4 years ago

So I just wanna check if I'm getting this straight. noGUI is a GUI api for Node-OS to actually add a GUI, and it runs using qt? And what your saying, is that the user wrights html, css, & javascript and noGUI will take all that in and create the GUI from qt?

piranna commented 4 years ago

Qt is an implementation detail, but mostly yes: NodeOS don't have a GUI itself, but instead is a server-oriented OS. Graphical apps are intended to be written using web technologies and accesible from any web browser, and noGUI is a kiosk mode browser to ran the NodeOS GUI in the same machine where NodeOS itself is running.