Changes To MIOGUI
Not logged in

Changes to "MIOGUI" between 2016-09-07 14:15:36 and 2016-09-09 11:48:54

    16     16    
    17     17   A Microsoft paper on the subject:
    18     18     *  [https://www.microsoft.com/en-us/research/wp-content/uploads/2013/06/pldi097-burckhardt.pdf|It’s Alive! Continuous Feedback in UI Programming]
    19     19     
    20     20   
    21     21   <h3>Cascading Stylesheets</h3>
    22     22     *  Based on [https://www.w3.org/Style/CSS/|CSS]<h3>
    23         -  *  Basic box model things, TODO: document supported attributes and selectors<h2>
    24         -  *  Transitions ;)
           23  +  *  CSS3 Flexbox layouts!
           24  +  *  CSS3 Transitions ;)
           25  +  *  CSS3 grid (planned)
    25     26   
    26     27   <h3>Scheme</h3>
    27     28     *  Simple but powerful language
    28         -  *  REPL (Read Eval Print Loop) means you don't need to restart the program for seeing changes on your program.
           29  +  *  REPL (Read Eval Print Loop) means you don't need to restart the program for seeing changes.
    29     30     *  We actually support chez scheme but it's possible to port to others schemes
    30     31   
    31     32   <h3>Network REPL</h3>
    32     33     *  Nanomsg library allows to connect at any moment from anywhere to the runtime to modify the code on the fly without loosing state.
    33     34   
    34     35   <h3>Cairo</h3>
    35     36     *  Nice graphics with simple and powerful API