krispypen / WaemoJS

Webkit + Maemo UX + NodeJS: A simple proof of concept Web based UI for mobile phones and tablets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Offcourse this is not a full tutorial how you can create a new OS. This is a simple proof of concept explaining how "easy" it can be these days.

Alsmost every phone/tablet can run a webkit browser. And on some its possible to run only a webkit browser and nothing else (see nemo mobile). This is the reason I started to create a proof of concept of my favorite user interface: Maemo. I called it WaemoJS. It uses html5 to create the gui based on Maemo, and it uses nodejs for getting system things like battery status, talking to the phone controller, reading the filesystem, taking a picture. These functions are not yet implemented at the time of writing :).

How to run

First download node-webkit binary for your platform, and then execute:

$ git clone --recursive https://github.com/krispypen/WaemoJS.git
$ cd WaemoJS
$ /Path/To/nw .

Screenshots

Home screen:

alt text

Application menu:

alt text

Calculator app:

alt text

Running apps switcher:

alt text

About

Webkit + Maemo UX + NodeJS: A simple proof of concept Web based UI for mobile phones and tablets


Languages

Language:JavaScript 89.6%Language:CSS 4.9%Language:HTML 3.2%Language:PHP 1.2%Language:ASP 1.1%Language:Batchfile 0.0%Language:Shell 0.0%