Skip to content

Releases: Coddeus/xinhua-zhaodao

GUI for all OS

23 Apr 18:10
Compare
Choose a tag to compare

Description

Built a Graphical User Interface for xinhua with Tauri.

Download

Download one of the below installers (according to your OS) and use it to install the xinhua binary for your system.
Download hanyu.zip and extract hanyu.db which contains the data.
Organise the result like this:

Your folder
├─ data
│   └─ hanyu.db
└─ [xinhua binary]

Then you can run the binary!

Basic input-output

16 Apr 18:43
ef88d63
Compare
Choose a tag to compare

Description

First release.
Functional derivative characters searcher.
The result is sorted using the number of strokes, in ascending order.

Download

Build from source

Download the compressed file and extract its content.
cargo build --release in the main folder.
Move the built binary (which is in /target/release/) next to the "data" folder, at the root of the repo.
And it should work.


Precompiled

(Only possible for windows)

Alternatively:
Download hanyu.db, and move it in a folder named "data".
Download one of the binary executables (both should work, if you don't know which to choose, go for […]-msvc.exe) and move it next to this "data" folder.
And it should work.