Skip to content

MadLadSquad/UntitledIBusHandwriting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UntitledIBusHandwriting

CI MIT license Discord

image

A multilingual handwriting IM for IBus.

This project uses the hanzi-lookup library which handles character recognition.

Features:

  1. Fed additional data from hanzi-writer-data-youyin for larger script support
  2. Fast and accurate character recognition, even when you make mistakes

Showcase

image

Install

Other requirements:

  1. A recent version of the rust programming language and cargo
  2. 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 ..