Skip to content
Crutiatix edited this page Apr 13, 2017 · 2 revisions

ticuare.micro is version with reduced size almost to minimum. This version is not compatible with ticuare and ticuare.min because of reducing length of symbols names (attributes, functions). Advantages of this are smaller library (8,7KB) and also a smaller code written then.

Names of symbols consist from 2-3 letters and are based on names from the default library version.

  • In case of attributes:
    • consist of two letters and all are lowercase. First letter is the initial of attribute. Next one is next first consonant.(one = on, two = tw, three = th, four = fr)
    • Except for x,y,w,h which ones consist from one letter only
  • In case of functions and attributes which represents functions:
    • consist from 2-3 letters - every for initial of a every word contained in function name (oneTwoThree = oTT)
    • the first is lowercase others are uppercase.
    • Except for tu.update() and tu.draw() which have full names

List of all names:

Clone this wiki locally