/fez-keyboard-translator

Simple virtual keyboard to translate FEZ language.

Primary LanguageC

Fez Keyboard Translator

Simple tool with virtual keyboard to translate FEZ language.

screenshot

Download

The app can be used from web browser here. Windows and Linux binaries can be downloaded from the releases page.

Build

You need C++20 compiler, cmake, and git.

  1. Install raylib's dependencies.

  2. Clone the repository with submodules.

    git clone {URL} --recursive
  3. Configure cmake project inside the repo root.

    cmake -B build -DCMAKE_BUILD_TYPE=Debug
  4. Build.

    cmake --build build
  5. Run.

    ./build/src/fez-keyboard-translator