Grafon
A mobile, web and native app to define and make a graphical phonetic constructed script and language.
Install / Use
/learn @bguan/GrafonREADME
Grafon
An app to develop my graphical phonetic constructed script and language, i.e. Conlang & Conscript.
A live site built with flutter web is hosted on grafon.org.
Logo-grams, i.e. graphical symbols, AKA Grams, arranged in a table, are each associated with a syllable (an optional starting consonant and a mandatory vowel).

The grams can be further arranged in a handful of 2 dimensional operations to form words.
An unary operation manipulating a gram is associated with an ending vowel to be appended to the gram, forming a diphthong.
A binary operation manipulating 2 symbols (or expressions) is associated with an ending consonant to be appended to gram as coda.
| Gram Expression | Meaning | | --: | :-- | | <img src="https://github.com/bguan/grafon/blob/main/assets/images/house.png?raw=true" width="75" height="100" alt="House"/> | House | | <img src="https://github.com/bguan/grafon/blob/main/assets/images/human.png?raw=true" width="75" height="100" alt="Human"/> | Human | | <img src="https://github.com/bguan/grafon/blob/main/assets/images/rain.png?raw=true" width="100" height="100" alt="Rain"/> | Rain | | <img src="https://github.com/bguan/grafon/blob/main/assets/images/speech.png?raw=true" width="100" height="100" alt="Speech"/> | Speech | | <img src="https://github.com/bguan/grafon/blob/main/assets/images/red.png?raw=true" width="100" height="100" alt="Yellow"/> | Yellow | | <img src="https://github.com/bguan/grafon/blob/main/assets/images/star-being.png?raw=true" width="150" height="100" alt="Star-Being"/> | Star-Being, Alien, God! |
Development Notes
- Test Coverage Reports – aim for 100%.
