ToCenter is a video game written in Rust using the ggez engine and the ECS library. This game is my hobby project and not considerate a best example use ggez.
The game available on windows / macOS / linux. Download latest release.
Not all libraries support musl (like girls-core
). It is impossible to make a fully static binary. You will need glibc>=2.23
and alsa
for start game. (alsa
is libasound2-dev
in Debian, alsa-lib-devel
in CentOS, alsa-lib-dev
in Alpine)