Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Sasszem

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by Sasszem

  1. -- Component lib for access to the gpu local component = require "component" -- Put term lib into local space.. local term = require "term" -- Other libs we need as well local textutils = require("serialization") -- CC to OC. The 'serialize' method is used the same here i think.... local gpu = component.getPrimary("gpu") local fs = require("filesystem") local event = require("event") local keyboard = require("keyboard") local os=require("os") -- 'term' Compatibility. These libs are similar in interface but OC lib has shorter method names.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.