Skip to content
Benedict Allen edited this page Nov 15, 2015 · 6 revisions

Welcome to the Sheets wiki!

Sheets is an extendible user interface framework for ComputerCraft. It is fast and easy to use while being small in size.

Sheets provides a large set of graphical user interface elements ranging from buttons to text input fields to image containers, automagically takes care of event handling, on-screen positioning of objects and multiple graphical output device management. Sheets is also fully OOP, meaning that manipulation with the provided graphical elements is straightforward even for complete beginners.

If you're not convinced yet, take a look at Why use Sheets to see more amazing reasons on why to use this framework.

The Getting Started page will give you directions on creating your very first Sheets application, and from that point you can go directly to the Tutorials directory. There is also an example application that will show you just how easy it is to get Sheets running, and the Documentation page contains more in-depth information about the available libraries.

Clone this wiki locally