A multilingual handwriting IM for IBus.
This project uses the hanzi-lookup library which handles character recognition.
Features:
- Fed additional data from hanzi-writer-data-youyin for larger script support
- Fast and accurate character recognition, even when you make mistakes
Other requirements:
- A recent version of the rust programming language and cargo
- Developer packages for IBus may be required if your distribution does not ship them as part of the main IBus package
This is a standard UntitledImGuiFramework project. Building instructions can be found here.
Before compiling and installing, make sure that you have compiled beforehand hanzi_lookup
. This can be done like this:
cd hanzi_lookup || exit
cargo build --release
cd ..