Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1 KB

File metadata and controls

24 lines (16 loc) · 1 KB

Desktox

Desktox is a set of pure Lua graphics libraries for ComputerCraft. It aims to be fast, hackable, and easy to use.

Libraries

Desktox consists of multiple (in)dependent packages.

desktox-buffer

A swift framebuffer library with a CraftOS window-like interface.

desktox-handler

An event handling library.

desktox-gui

A GUI library utilising desktox-buffer and desktox-handler, contains a set of graphical UI elements.

desktox-utils

Various utility functions shared among the other packages.

Documentation

The source code is documented in an LDoc style. In the future, the documentation will be available online with GitHub Pages.

License

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.