Skip to content
Crutiatix edited this page Apr 10, 2017 · 11 revisions

Welcome to the TICuare wiki!

TICuare is simple and customisable UI library. It's designed for TIC-80 - tiny computer by Nesbox and is based on library Uare created by Ulydev For that reason is its name a combination of these two projects.

Specification

Language: lua

Size: roughly 17KB full code; 11KB minified version

Features

Any UI component is defined by element. Elements can represent any UI component: icons, buttons, windows, scrollbars, etc. How elements looks and behaves, is defined by its attributes which are keys in tables. Elements can be styled, grouped and anchored together, also can contain a other content drawn by TIC API. Of course there are also interactions between elements and a mouse.

Manual

Home

Setup

Examples

Code snippets / extensions

Clone this wiki locally