Greetings,
I'm new to Lua but familiar with some of the basics. I'm using this library for the GUI, but not sure on the proper procedure on updating the items on the screen. I have an adapter attached to an IC2 fluid reactor and want to call reactor.getHeat() to get the latest temps and update this child:
application:addChild(GUI.text(5, 5, 0xFFFFFF, currentTemps))
If someone can kindly point me in the right direction I think I can go from there. The rest of my code is pretty basic which I haven't played around much on it.
local GUI = require("GUI")
local component = require 'c