Sitlen Sike is a novel writing system I developed for Toki Pona, inspired by the alien language from the movie Arrival; The system works on trinary bindings to Toki Pona words, specifically from the `words` list in the project -- NOTE: words past "sina" will show the same as "sina"; Outside of the circle is supplementary information (details) and inside is the core concept; Each circle has a subject, an object, and a verb, each of which are optional; The orientation in relation to each other determines the tense, with the following binds: - Subject left, object right -> past; - Subject right, object left -> present; - Subject bottom, object top -> future; - Subject top, object bottom -> no tense; Ordering between circles, if applicable, is determined by where the line between circles is: circle in which the line comes from the middle is the origin, and the circle where it ends on the edge is the destination;
Little project I made, since I got tired of handwriting this; Notes: - Size is the radius of the circle in pixels, I recommend a value over 20; - Amplification affects how high the spikes are; - The linear option takes true/false or 1/0, and is used for multi-circle--if set to true then the circle will have a line drawn from the current circle to the next one to denote ordering, if done on the last one it will just draw a line to (0,0);