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

How to make an GUI

Started by nikolay04, 20 November 2016 - 12:43 PM
nikolay04 #1
Posted 20 November 2016 - 01:43 PM
I want to learn how to make GUI's in computercraft that you can interact with
Admicos #2
Posted 20 November 2016 - 02:02 PM
It's generally a combination of using the term or the paintutils api to draw something and then using the mouse_click event to check mouse positions at its basics.

However, there are many APIs on this forum that might make creating a GUI easier.
Cross_Sans #3
Posted 04 December 2016 - 02:03 PM
You need to:
  1. Learn what os.pullEvent() can do.
  2. Learn what paintutils API can do.
  3. Learn what term API can do.
After learning this, you will know how to make a GUI (if you know the LUA basics).
X3ME #4
Posted 04 December 2016 - 08:15 PM
If you want to make a GUI for a monitor, I would advise you to try and educate on Lyqyd's touchpoint API.
H4X0RZ #5
Posted 04 December 2016 - 08:24 PM
You need to:
  1. Learn what os.pullEvent() can do.
  2. Learn what paintutils API can do.
  3. Learn what term API can do.
After learning this, you will know how to make a GUI (if you know the LUA basics).


Why did you (almost) necro this post, just to state what Admicos already wrote?

Also, it's Lua, not LUA.