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()
Spoiler
v.1.7—–+ New Start Menu
+ Changelog
- Old Start Menu
v1.6 —–
+ Added hotbar(yay!)
- Removed clunky arrow key color switch
* Fixed several bugs
* Text now takes up less space
v1.5 —–
+ Added pixel mode
v1.4 —–
+ Key support to Line, now press space to end the line and r to reposition starting point
+ Drag support to color picker
v1.3 —–
* Fixed error with saving
+ Added Color Picker
+ Added better instructions GUI
+ New main menu
+ Exit message
* Fixed afterdrag when right click dragging
v1.2—–
* Fixed formatting, so it is in multiple lines
+ Added screen fill
+ Changed colors to be displayed as they would be by the colors api
+ Fixed color scrolling mechanism
v1——–
Initial Release
Thank you for taking your time to read this
Pastebin : pastebin get 0hnDQXxv GUIDE