KevinX8 / Turnips

Homebrew turnip prices previewer for Animal Crossing: New Horizons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turnips

Turnip prices previewer for Animal Crossing: New Horizons.

DISLAIMER: This reads data from your save. I am not responsible for any data loss, consider backing up before use.

Compiling

Building needs a working devkitA64 environment, with packages libnx, switch-mesa and switch-libdrm_nouveau installed (sudo (dkp-)pacman -S switch-dev switch-mesa switch-libdrm_nouveau).

$ git clone --recursive https://github.com/averne/Turnips.git
$ cd Turnips
$ make -j$(nproc)

Output will be located in out/.

Credits

  • The NHSE project for save decrypting/parsing.
  • u/Kyek for the background and logo assets.

About

Homebrew turnip prices previewer for Animal Crossing: New Horizons


Languages

Language:C 85.1%Language:C++ 12.5%Language:Makefile 2.4%