Changes To MIOGUI
Not logged in

Changes to "MIOGUI" between 2016-09-09 12:34:10 and 2016-09-09 12:37:10

     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  +
            7  +[/doc/tip/demos|Show me demos and screenshots!]
     6      8   
     7      9   <h2>Concepts<h2>
     8     10   <h3>Immediate Mode GUI</h3>
     9     11   This means that the user never has to deal with objects (anti-oop way ;).
    10     12   
    11     13   Some projects, written in C or C++
    12     14     *  [https://github.com/ocornut/imgui|dear imgui]