9 posts
                
             
            
                Posted 20 November 2016 - 01:43 PM
                I want to learn how to make GUI's in computercraft that you can interact with
                
             
         
        
        
            
            
                
                    
                
                275 posts
                
                    
                        Location
                        Turkey
                    
                
             
            
                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.
 
                
             
         
        
        
            
            
                
                    
                
                122 posts
                
                    
                        Location
                        France
                    
                
             
            
                Posted 04 December 2016 - 02:03 PM
                You need to:
- Learn what os.pullEvent() can do.
 - Learn what paintutils API can do.
 - Learn what term API can do.
 
After learning this, you will know how to make a GUI (if you know the LUA basics).
 
                
             
         
        
        
            
            
                
                    
                
                83 posts
                
                    
                        Location
                        Being the stereotypical kid in forums.
                    
                
             
            
                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.
 
                
             
         
        
        
            
            
                
                    
                
                1583 posts
                
                    
                        Location
                        Germany
                    
                
             
            
                Posted 04 December 2016 - 08:24 PM
                You need to:
- Learn what os.pullEvent() can do.
 - Learn what paintutils API can do.
 - 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.