Desktox is a set of pure Lua graphics libraries for ComputerCraft. It aims to be fast, hackable, and easy to use.
Desktox consists of multiple (in)dependent packages.
A swift framebuffer library with a CraftOS window
-like interface.
An event handling library.
A GUI library utilising desktox-buffer
and desktox-handler
, contains a set of graphical UI elements.
Various utility functions shared among the other packages.
The source code is documented in an LDoc style. In the future, the documentation will be available online with GitHub Pages.
Desktox is a work of Andrew Kvapil, also known as viluon, copyleft 2016, all rights reversed. All packages of Desktox are available under the Mozilla Public License 2.0 unless stated otherwise.