This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Agent Silence's profile picture

GUIDE - GUI Painter v1.7! New start menu!

Started by Agent Silence, 26 October 2014 - 07:37 PM
Agent Silence #1
Posted 26 October 2014 - 08:37 PM
Please Respond, it makes me feel bad that I have 143 downloads and nobody cares to leave a note of support

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()

Spoilerv.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
Feel free to edit it, but let me know what you made!
Thank you for taking your time to read this

Pastebin : pastebin get 0hnDQXxv GUIDE
Edited on 10 January 2015 - 01:21 AM
Agent Silence #2
Posted 29 October 2014 - 05:01 AM
Updated, now has screen fill
Agent Silence #3
Posted 05 November 2014 - 07:07 AM
Huge Update :
New color picker(YAY)
Revamped GUI(all made with GUIDE)
bumped up to 450 lines!
Agent Silence #4
Posted 05 November 2014 - 05:58 PM
More Update!:
Added key support to Line, now press r to reposition the starting position.
Press space to finish line
Added drag support for color picker
3dsboy08 #5
Posted 05 November 2014 - 08:28 PM
Awesome Program! :D/>/>
Edited on 05 November 2014 - 07:31 PM
Agent Silence #6
Posted 06 November 2014 - 03:08 AM
Pumped out another update
Added individual pixel drawing (you can change color while drawing)
Agent Silence #7
Posted 17 November 2014 - 05:16 PM
Fixed a bug where color picker would flicker alot
spyman68 #8
Posted 17 November 2014 - 09:17 PM
To me it really doesn't help. APIs are easier to use then this, this makes no sense.
Agent Silence #9
Posted 17 November 2014 - 09:19 PM
To me it really doesn't help. APIs are easier to use then this, this makes no sense.
What doesn't make sense to you? Im obliged to help.
spyman68 #10
Posted 17 November 2014 - 09:44 PM
Its hard to remember the controls, is there any way you could make something that shows the controls at all times?
Agent Silence #11
Posted 17 November 2014 - 09:46 PM
Its hard to remember the controls, is there any way you could make something that shows the controls at all times?
Yeah, Im making a help hotkey with information and maybe animations which is default H
Im also devising a way of changing the keybinds
spyman68 #12
Posted 17 November 2014 - 10:31 PM
Thanks
Agent Silence #13
Posted 08 January 2015 - 08:09 PM
After quite a while of neglecting it, I have finally updated GUIDE to 1.6!
The ugly menus are still there but i'm going to fix that in the next update.
Agent Silence #14
Posted 10 January 2015 - 02:26 AM
New Update!
Added a new start menu
Lemmmy #15
Posted 10 January 2015 - 07:04 PM
I hate to admit but this was so harsh I had to uninstall Java. To be honest, this is more like Paint but with text.
10/10
Geforce Fan #16
Posted 10 January 2015 - 07:28 PM
This idea is great, but it needs colors, buttons, sliders, and text input fields.
I personally hate making GUIs with normal code
Agent Silence #17
Posted 10 January 2015 - 07:39 PM
This idea is great, but it needs colors, buttons, sliders, and text input fields.
I personally hate making GUIs with normal code

Im going to rewrite it in Guide 2.0.

I have a list of things I have to do like :

Custom format for resume edits
Static Objects
Upgraded hotbar with game engine like element explorer
Event handling
Renaming of the function(It's stupid why I didn't already include this)
Editing of elements
Port to CCLights2(Already Completed)
and some other stuff
Edited on 10 January 2015 - 06:39 PM
Lemmmy #18
Posted 10 January 2015 - 07:58 PM
This idea is great, but it needs colors, buttons, sliders, and text input fields.
I personally hate making GUIs with normal code

Im going to rewrite it in Guide 2.0.

I have a list of things I have to do like :

Custom format for resume edits
Static Objects
Upgraded hotbar with game engine like element explorer
Event handling
Renaming of the function(It's stupid why I didn't already include this)
Editing of elements
Port to CCLights2(Already Completed)
and some other stuff

I am looking forward to it! Maybe it will be the next-generation of GUI generation!