Jump to content




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

utility

  • You cannot reply to this topic
17 replies to this topic

#1 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

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

Changelog
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 by Requiem of Silence, 10 January 2015 - 02:21 AM.


#2 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 29 October 2014 - 05:01 AM

Updated, now has screen fill

#3 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 05 November 2014 - 07:07 AM

Huge Update :
New color picker(YAY)
Revamped GUI(all made with GUIDE)
bumped up to 450 lines!

#4 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

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

#5 3dsboy08

  • Members
  • 20 posts

Posted 05 November 2014 - 08:28 PM

Awesome Program! :D/>

Edited by 3dsboy08, 05 November 2014 - 08:31 PM.


#6 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 06 November 2014 - 03:08 AM

Pumped out another update
Added individual pixel drawing (you can change color while drawing)

#7 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 17 November 2014 - 05:16 PM

Fixed a bug where color picker would flicker alot

#8 spyman68

  • Members
  • 155 posts

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.

#9 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 17 November 2014 - 09:19 PM

View Postspyman68, on 17 November 2014 - 09:17 PM, said:

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.

#10 spyman68

  • Members
  • 155 posts

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?

#11 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 17 November 2014 - 09:46 PM

View Postspyman68, on 17 November 2014 - 09:44 PM, said:

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

#12 spyman68

  • Members
  • 155 posts

Posted 17 November 2014 - 10:31 PM

Thanks

#13 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

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.

#14 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 10 January 2015 - 02:26 AM

New Update!
Added a new start menu

#15 Lemmmy

  • Members
  • 218 posts

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

#16 Geforce Fan

  • Members
  • 846 posts
  • LocationMissouri, United States, America, Earth, Solar System, Milky Way, Universe 42B, Life Street, Multiverse, 4th Dimension

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

#17 Agent Silence

  • Members
  • 319 posts
  • Location[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)

Posted 10 January 2015 - 07:39 PM

View PostGeforce Fan, on 10 January 2015 - 07:28 PM, said:

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 by Requiem of Silence, 10 January 2015 - 07:39 PM.


#18 Lemmmy

  • Members
  • 218 posts

Posted 10 January 2015 - 07:58 PM

View PostRequiem of Silence, on 10 January 2015 - 07:39 PM, said:

View PostGeforce Fan, on 10 January 2015 - 07:28 PM, said:

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!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users