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.
Important:
Building needs a working devkitA64 environment, with packages libnx, deko3d and switch-glm installed.
Windows:
- Download devkitA64/devkitPro (https://github.com/devkitPro/installer). Without overcomplicating it, just install everything included and click through the installer.
- Start msys2 via the start menu search. Alternatively you can start the .bat file (
C:\devkitPro\msys2\msys2_shell.bat). - Install required libraries: run
pacman -S libnx deko3d switch-glm, then type "Y" to confirm download/installation. - Still in msys2, run
git clone --recursive https://github.com/averne/Turnips.git, then typecd Turnipsto switch to the directory the project has been cloned into. - Type
maketo compile. - The executable should be found in
C:\Users\username\Turnips\out.
Linux:
sudo (dkp-)pacman -S switch-dev libnx deko3d switch-glmgit clone --recursive https://github.com/averne/Turnips.gitcd Turnipsmake -j$(nproc)- Output will be located in out/.

