How to use Seed on Windows, Mac, Android to write stand-alone applications in JavaScript?

Using Javascript with Seed looks great. But how do you use it on Windows, Mac, Android? Is any port available for them?

I tried to test them on cross-platforms, where in my Gnome it only works, for example: http://git.gnome.org/browse/seed-examples/tree/

#!/usr/bin/env seed

Gtk = imports.gi.Gtk;
Gtk.init(Seed.argv);

var window = new Gtk.Window({title: "Example"});

window.signal.hide.connect(Gtk.main_quit);
window.show_all();

Gtk.main();
+5
source share
2 answers

, , , wiki wiki , " GNOME", - GTK "--".

- javascript, Mozilla rhino (, swt, - , osx/win/linux, java js.jar), node.js ( gui, node - ) - node -webkit Intel opensource .

Android , , as3 (flex sdk "", ) neko/haxe, , , , ; , . , , .

+4

Szabolcs Kurdi , javascript gui Windows.

app.js nodejs. (Windows, Mac, Linux)

appjs.org

, . .

webkits javascript debugger , window.frame.openDevTools(); dom.

, appjs, .hta javascript. , , mysoft jscript , .

, gnome javascript , api , Microsoft jscript.

- , nodejs, ( appjs ).

+1

All Articles