-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
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
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.
Code snippets / extensions