@@ -8,28 +8,25 @@ Gallifreyan
88You can view the site at: http://adrian17.github.io/Gallifreyan/
99The project's purpose is to quickly create complex and customizable Gallifreyan words/sentences, without the need for image processing tools.
1010
11- ###About the language
11+ The project is based on Sherman's Circular Gallifreyan, for more information about the language visit http://www.shermansplanet.com/gallifreyan
1212
13- The Circular Gallifreyan Alphabet is a fictional language inspired by the Doctor Who TV series. It was created by Loren Sherman.
14- You can find specific info about the alphabet here: http://www.shermansplanet.com/gallifreyan
1513
14+ ###TODO:
1615
17- TODO:
16+ ####fixes:
17+ - the logic that limits angles in order to preserve letter/word order bugs out in rare cases
18+ - the same with the word circle drawing, it's even more important as the bug makes it impossible to make overlapping letters
1819
19- fixes:
20- - the part that limits angles in order to preserve letter/word order bugs out in rare cases
21- - the same with the word circle drawing, it's even more important as it makes it impossible to make overlapping letters
22-
23- features:
20+ ####features:
2421- doubled vowels/consonants
2522- manual addition/deletion of lines
2623- manually detach/reattach merged circles
2724...
2825- support for punctuation, numbers?
2926- remember the state after changing the text if only some words were changed?
3027
31- enhancements:
28+ #### enhancements:
3229- make line creation algorithm smarter
33- - disallow placing lines on invisible sections of circles
30+ - disallow placing lines on invisible sections of circles (use some proper logic instead of pixel-checking workaround in createLines() )
3431- make arranging words prettier
3532- overall tweaks for the generation code, especially sizes
0 commit comments