Changes To MIOGUI
Not logged in

Changes to "MIOGUI" between 2016-09-09 13:02:15 and 2016-09-09 13:10:17

     1      1   <h1>MIOGUI</h1>
     2      2   
     3      3   More Immediate Operation GUI - Develop GUI in scheme in incremental & immediate mode!
     4      4   
     5      5   Alpha version! Need some cleanup and some more widgets & demos...
     6      6   
     7         -[/doc/tip/demos/index.html|Show me demos and screenshots!]
            7  +[/doc/tip/demos/|Show me demos and screenshots!]
     8      8   
     9      9   <h2>Concepts<h2>
    10     10   <h3>Immediate Mode GUI</h3>
    11     11   This means that the user never has to deal with objects (anti-oop way ;).
    12     12   
    13     13   Some projects, written in C or C++
    14     14     *  [https://github.com/ocornut/imgui|dear imgui]