Marbles: Difference between revisions
| Line 67: | Line 67: | ||
==== Basic Design Principles ==== | ==== Basic Design Principles ==== | ||
Marbles is the | Marbles is the GUI builder tool for pygtk almost like glade, but would be optimized for sugar environment.Basic components include: | ||
#'''Python'''<br> Python is powerful,easy and fun. It is an excellent choice both for development and usages for children,students as well for professionals for even<br>writing complex applications.if GUI builder is to be compared with RAD, I would say R(Rapid) in RAD stands for python. | #'''Python'''<br> Python is powerful,easy and fun. It is an excellent choice both for development and usages for children,students as well for professionals for even<br>writing complex applications.if GUI builder is to be compared with RAD, I would say R(Rapid) in RAD stands for python. | ||
| Line 97: | Line 97: | ||
#UI application will be launched as a seperated pid to view the UI design. | #UI application will be launched as a seperated pid to view the UI design. | ||
#Automatic Activity generation from python source code, if user wants | #Automatic Activity generation from python source code, if user wants | ||
#Automatic sharing of activity as xo bundle. | #Automatic sharing of activity as xo bundle. | ||
==== Technical Approach ==== | ==== Technical Approach ==== | ||