Skip to content

Fusion86/AcnhPatternTools

Repository files navigation

AcnhPatternTools

Animal Crossing: New Horizons save/pattern editor.

Requirements

  • mbedtls
  • wxWidgets (tested on 3.1.3)

Debian/Ubuntu/etc

sudo apt install libmbedtls-dev

# Install wxWidgets with GTK (default)
https://wiki.wxwidgets.org/Compiling_and_getting_started

# Or install wxWidget with QT
https://docs.wxwidgets.org/3.1.3/plat_qt_install.html

Windows and macOS

Set wxWidgets_ROOT_DIR and wxWidgets_LIB_DIR, example.

Windows only

See https://tls.mbed.org/kb/compiling-and-building/using-mbedtls-in-microsoft-visual-studio-2015 and glhf.
I hardcoded the path inside horizonlib/CMakeLists.txt so you'll need to change that.

You also need to copy the wxWidgets DLLs from wxWidgets_LIB_DIR to the directory containing the executable.

macOS only

brew install mbedtls libpng

How to compile

mkdir build
cd build
cmake ..

# Now use make/msvc/whatever to build
make

Credits

This project is based on or uses parts of the following software.

About

Animal Crossing: New Horizons save/pattern editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages