/jarvis-gui-webkit

jarvis-gui-webkit

Primary LanguageC++

jarvis-gui-webkit

First view implementation of the jarvis protocol.

Quick install

This is a beta version, with also a beta installation process: just to have a look.

You will need qt-5.

    cd /tmp/
    git clone https://github.com/mariosgn/jarvis-gui-webkit.git
    git clone https://github.com/mariosgn/jarvis-backend-node/ 
    cd jarvis-gui-webkit/
    qmake
    make
    mkdir -p ~/.config/jarvis/views/
    vim  ~/.config/jarvis/views/simple_view.json

Now you should create a file like this one:

    {
    "width": 300,
    "height": 800,
    "x": 100,
    "y": 100,
    "forcedesktop": true,
    "themefile":"/tmp/jarvis/jarvis-backend-node/harmattan-like-demo/index.html",
}

and now run the view:

    ./jarvis-gui-webkit --view simple_view
}

Docs

Still in beta here