README.txt
[app.Builder.js] / README.txt
1 App Builder
2
3 This is a Seed based application builder.. - currently basically a prototype..
4
5
6 The idea is that it can build applications both web based (using roojs) and Desktop based using Gtk
7 and the gobject introspection bindings.
8
9 It's kind of like Glade on steroids..
10
11 ----------------------------------------------------
12 Usage:
13
14 seed builder_run.js
15
16 -> create a project
17 -> add a folder to the project
18 -> add a file to the project..
19 Files are JSON data files at present.. 
20
21 -----------------------------------------------------
22 Where it is..
23
24 * basic builder app runs - you can build a tree of elements making up a interface for roo and gtk.
25
26
27 -----------------------------------------------------
28 TODO
29 * listeners need to created correctly.
30
31 * templates for elements... - eg. defaults for classic elements.
32 * sort out add heirachy for Gtk..
33 * make heirachy editor...
34 * use application to write itself...
35 * create output to JS ...
36