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

ccDev - programming like a boss [ADV computers] [GUI]

Started by ca1ek, 05 December 2012 - 08:02 AM
ca1ek #1
Posted 05 December 2012 - 09:02 AM
UPDATED TO 0.21

Hi, i made program to make programs! The ccDev!


It has a simple gui to make programs. You can make other programs with it.
When you have project opened, click anywhere, menu will show up

You can select:
  1. Label - Shows the variable content
  2. Button - Can toggle variable(1,0), more button types soon
  3. Variable - Simply defines new variable or function
  4. ButtonRaw, makes custom button
  5. Save&Exit.


Tutorial for simple program wich toggles variable and shows it in label:
  1. Define new variable, "var" for example,and set it's content to 1 or 0
  2. Make new label showing variable "var"
  3. Make new button, set variable to change to "var", and label to "Toggle"
  4. Save and exit
Project in ccDev:



Output program:



KNOWN BUGS: none

CHANGELOG:

Added ButtonRaw, it executes custom code
Added Function(in menu Variable), makes new function on beginning.
Moved Save&Exit to "More" submenu.


Have fun with making own programs

WARNING: THAT'S JUST BETA VERSION, I HAVE MORE IDEAS TO ADD, BUT I DON'T HAVE TIME

Open Source ^_^/>, please change my program, add new functions, i'll add your code to update!

CODE 0.21: http://pastebin.com/tvEDG17F
CODE 0.2: http://pastebin.com/3QnhrRA3
CODE 0.11: http://pastebin.com/0gEWZGnZ
nolongerexistant #2
Posted 05 December 2012 - 09:06 AM
I think you forgot a download link

EDIT: Ah, it's there now :P/>
ca1ek #3
Posted 06 December 2012 - 03:03 AM
Bump! New Version!
Jasonfran #4
Posted 06 December 2012 - 09:51 AM
Dont work. Can't get past first screen. Clicking does noting…
ca1ek #5
Posted 07 December 2012 - 06:30 AM
Dont work. Can't get past first screen. Clicking does noting…
In first screen you press a key on keyboard, just i forgot to edit menu(i just did copy&paste of prototype code).
Jasonfran #6
Posted 07 December 2012 - 07:18 AM
Don't work
ca1ek #7
Posted 07 December 2012 - 07:37 AM
Don't work
It's working for me, press 1, then type in program name.
TheVarmari #8
Posted 07 December 2012 - 07:52 AM
Don't work
It's working for me, press 1, then type in program name.
When I try to save and exit, I get errors.
ca1ek #9
Posted 08 December 2012 - 05:19 AM
Don't work
It's working for me, press 1, then type in program name.
When I try to save and exit, I get errors.

That's normal, the program should save.