Simple tool with virtual keyboard to translate FEZ language.
The app can be used from web browser here. Windows and Linux binaries can be downloaded from the releases page.
You need C++20 compiler, cmake
, and git
.
-
Install
raylib
's dependencies. -
Clone the repository with submodules.
git clone {URL} --recursive
-
Configure
cmake
project inside the repo root.cmake -B build -DCMAKE_BUILD_TYPE=Debug
-
Build.
cmake --build build
-
Run.
./build/src/fez-keyboard-translator