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:
Tutorial for simple program wich toggles variable and shows it in label:
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
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:
- Label - Shows the variable content
- Button - Can toggle variable(1,0), more button types soon
- Variable - Simply defines new variable or function
- ButtonRaw, makes custom button
- Save&Exit.
Tutorial for simple program wich toggles variable and shows it in label:
- Define new variable, "var" for example,and set it's content to 1 or 0
- Make new label showing variable "var"
- Make new button, set variable to change to "var", and label to "Toggle"
- Save and exit
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