Skip to content

piranna/noGUI

 
 

Repository files navigation

NodeOS HTML Renderer

This is a first try to give NodeOS a working GUI! It's name is pretty simple: NodeOs-GUI.

Building and Configuring QT5

Let's build noGUI:

Nothing easier than that. Just execute ./build.sh. This will clone the Qt repo, build a static binary and build noGUI. To check if it worked, type ldd ./[noGUI executable].

Using the build script

Nothing special, just copy and paste it into the project root and run it (maybe you'll need root).

Running noGUI

To run noGui you need either a linux framebuffer or EGLFS.

Run on FbDev:

./noGUI -platform linuxfb http://url.com

Run on EGLFS (recommended)

./noGUI .platform eglfs http://url.com

Note that you have to add http://

About

NodeOS Gui

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.4%
  • C++ 16.2%
  • QMake 4.4%