Go to file
leca 5f768be350 search now works 2024-04-08 02:18:55 +03:00
resources search now works 2024-04-08 02:18:55 +03:00
src search now works 2024-04-08 02:18:55 +03:00
.gitignore update gitignore 2024-04-02 01:35:20 +03:00
Cargo.toml implement insert to db 2024-04-05 19:04:46 +03:00
LICENSE Initial commit 2024-03-08 13:49:51 +03:00
README.md readme changes 2024-04-02 01:34:26 +03:00
build.rs update building 2024-04-01 23:46:13 +03:00
cards.drawio cards preview are now displaying, some improvements and renaming 2024-04-06 02:06:25 +03:00

README.md

learn-hieroglyphs

This project pursues few aims:

  1. I'd like to learn rust
  2. I'd like to learn gtk
  3. I'd like to learn japanese
  4. I'd like to help others I am learning japanese as well. I'm not native japanese speaker and even don't speak japanese at all. I just think that there's a good way to learn languages and I'd like to try program these ways to master my own skills and probably help others.

building

To build this on GNU/Linux

1.Install dependencies for your distro:

Everything, starting with $ should be run as usual user without that sign. # in the start indicated that root is necessary.

Arch linux:

# sudo pacman -S glib2 rust

Debian and derivatives:

# sudo apt install libgtk-4-dev build-essential cargo

2.Build it:

cargo build

then, run it:

$ cargo run

Windows

Windows sucks.

Contributing

Contributing is welcome! Please, make an issue if you found a bug. Ideas are welcomed as well!