forked from zhuriel/graphemy
a tool for creating conlang writing systems where fonts aren't enough
- Rust 99.5%
- Nix 0.3%
- Shell 0.2%
graphemy
a tool for graphemic blasphemy, i.e. creating writing systems that are hard or impossible to create as fonts.
It is currently fairly rough but usable. See the example file in examples for a functioning example project.
planned features
(in no particular order)
(削除) templates for new files (削除ここまで)(削除) script based parsing (削除ここまで)(削除) parser syntax highlighting (削除ここまで)(削除) advanced stroke options (削除ここまで)- circle arcs (standalone or as path segments)
(削除) more robust typesetting (draw valid characters on error instead of nothing) (削除ここまで)(削除) line/paragraph typesetting algorithm (削除ここまで)(削除) gui polish (削除ここまで)(削除) get people to actually use it (削除ここまで)- svg import
- character composer for logographies
- more container layout options
compilation
it's rust, just do cargo run or whatever.