GUIDE or GUI IDE is a program I made to help with visual GUI. It is not like the "GUI APIS" which also take care of event handling, It is instead a graphical GUI creator that turns everything you have drawn with the program into code that you can use for programs you are creating. It is very simple to use, and has easy to learn controls. Since you have to use the mouse to draw the GUI, it entirely relies on key bindings which are listed below :
1 Creates a line(uses background color). Click to make the starting point, Drag the ending point as desired.
To finish, press space. R repositions the starting point.
2 Creates text(uses both color values). Click to make the starting point, then type what you want.
To end, press enter
3 Fills the screen with the current background color
4 Enters Pixel Mode, in pixel mode you can change the color with P and has click/drag support, space to exit.
P opens color picker, cannot use while making a line or text.
Backspace deletes the last object drawn.
It will automatically save to the file specified as a function called drawGUI()
Thank you for taking your time to read this
Pastebin : pastebin get 0hnDQXxv GUIDE
Edited by Requiem of Silence, 10 January 2015 - 02:21 AM.












