Skip to content
Crutiatix edited this page Apr 13, 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)

  • full version = 17KB
  • min version = 11KB
  • micro version = 9KB

! Micro version is NOT compatible with others! It has its own names of symbols. (attributes,functions) More here

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