Changes between Initial Version and Version 1 of GSoC/2014/WebGRASS


Ignore:
Timestamp:
Mar 6, 2014, 8:45:36 PM (10 years ago)
Author:
wenzeslaus
Comment:

basic template for detailed description of web grass posibilities

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014/WebGRASS

    v1 v1  
     1[[TOC]]
     2
     3= Web-based GUI for GRASS GIS =
     4
     5''Here should go an detailed and systematic description of possible implementations of web-based GUI for GRASS GIS as discussed for GSoC 2014.''
     6
     7
     8== Wt ==
     9
     10Pros:
     11
     12 *
     13
     14Cons:
     15
     16 *
     17
     18
     19
     20== GTK+ Broadway ==
     21
     22Starts its own graphical session which instead of rendering on screen (as X server would do) renders HTML5.
     23
     24Pros:
     25
     26 * No need to write any GUI code, so there is no duplication and no additional maintenance
     27
     28Cons:
     29
     30 * Not (yet?) available for wxPython (done for GTK+, works with wxWidgets)
     31 * Not possible to include web technologies (WebGL), tools (e.g. IPython Notebook) and JS libraries (d3)
     32 * 3D view (nviz) in GUI will not work (G7:m.nviz.image might)
     33
     34Others:
     35
     36 * Still needs file management to be implemented.
     37
     38Links:
     39
     40 *
     41
     42
     43== rollapp.com ==
     44
     45
     46
     47Cons:
     48
     49 * Although it uses free and open source, the solution itself is proprietary (which completely disqualifies it here)