Posted 17 May 2015 - 05:26 AM
I'll be honest with y'all for a second. I can't make GUIs in Lua no matter how much time and effort I put in, either doing it myself or learning an API. So, I made ComputerCraft GUI Forge, an intuitive way to create GUIs using the Touchpoint API (credit Lyqyd)!
Just add a GUI element ("Add GUI Element"), choose what you want to add (select it and click "Add"), right-click the newly made element in the list, edit, and change around all the things about each element until you are satisfied and click "Save". Add more, make a whole interface. When you're done, you can export it ("Export as…") wherever you want, and the Touchpoint API will automatically be copied to the output directory.
Features:
Screenies:
… And what it looks like in-game
Menus!
New Elements
Text Edit
Button Edit
Export
Download yours today!
GitHub Repo
Feedback greatly appreciated!
- Parzi
Just add a GUI element ("Add GUI Element"), choose what you want to add (select it and click "Add"), right-click the newly made element in the list, edit, and change around all the things about each element until you are satisfied and click "Save". Add more, make a whole interface. When you're done, you can export it ("Export as…") wherever you want, and the Touchpoint API will automatically be copied to the output directory.
Features:
- Buttons
- Text Labels
- Progress bars
- Images?
Screenies:
Spoiler
Example in the program…… And what it looks like in-game
Menus!
New Elements
Spoiler
Spoiler
Spoiler
Spoiler
Download yours today!
GitHub Repo
Feedback greatly appreciated!
- Parzi
Edited on 18 May 2015 - 02:25 PM