1
1
Fork
You've already forked sabi-jp
0
No description
  • Rust 100%
Find a file
2023年07月12日 01:27:37 +02:00
src stats revamp 2023年07月12日 01:22:38 +02:00
.gitignore font loading changes - no longer built into the binary at compile time 2023年07月12日 00:48:32 +02:00
Cargo.lock when will I learn 2023年07月12日 01:27:22 +02:00
Cargo.toml 0.5.0 2023年07月12日 01:23:08 +02:00
kana put the kana in a file and made the program parse it 2023年07月09日 22:09:15 +02:00
LICENSE dupa 2023年07月09日 12:24:35 +02:00
README.md added installation instructions in readme 2023年07月12日 01:27:37 +02:00

sabi-jp

small desktop program for learning hiragana and katakana, heavily inspired by Nihonoari

install

get the binary in the releases tab

only available on x86_64-unknown-linux-gnu and x86_64-pc-windows-gnu because windows msvc and mac intel didn't work get in touch if you want me to add some platform and package it in releases

or

cargo install sabi-jp

should work on all platforms but not tested

build

install noto-cjk

cp /path/to/font.ttc ./NotoSansCJK.ttc
cargo build --release
target/release/sabi