0 downloads 10 views 0 likes Jul 5, 2025

SketchLib by Remie

SketchLib
CC Tweaked Minecraft library to draw shapes. Based on the processing language drawing style.
How to install:
Run pastebin run https://pastebin.com/kSsS3uFa
in a computer to install the library.
How to use:
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.
It's still a WIP, made to perhaps help with the upcoming pinejam!
wget run https://pinestore.cc/d/155Git Repository
comments
You can login with Discord to leave comments and reply to others!
There are no comments yet