CC Tweaked Minecraft library to draw shapes. Based on the processing language drawing style.
Run pastebin run https://pastebin.com/kSsS3uFa in a computer to install the library.
Write local sketch=require("SketchLib") to create a new instance of the library in the variable: sketch.
Give the libary a monitor to work with, like this for example:
monitor=peripheral.wrap("top")
sketch.setMonitor(monitor)
Then do whatever you want! There is a piece of example code in the example.lua
List of functions will be added.
