Skip to content

Instantly share code, notes, and snippets.

@tirbofish
Created July 29, 2025 05:24
Show Gist options
  • Select an option

  • Save tirbofish/05576d43fa12e7e2331dd7eb4e606bca to your computer and use it in GitHub Desktop.

Select an option

Save tirbofish/05576d43fa12e7e2331dd7eb4e606bca to your computer and use it in GitHub Desktop.

Eucalyptus

Hi there. I am assuming you are reading this file out of pure boredom, curiosity or if you recieved an error regarding assimp. Well, most likely you are running on an ARM64 chip and the release did not include a dynamic library. Due to it not existing, you are consulting this readme to find a solution.

Download

Your best solution is to download the assimp library from the package manager of your choice.

For Linux, that would be apt-get (Ubuntu), dnf (Red Hat Linux/Fedora) or aur (Arch Linux -> nerd). Specific linux packages:

  • Ubuntu: assimp-utils
  • Fedora: assimp
  • Arch: assimp

For Windows, that would be using msys2/mingw64 or from the official assimp itch.io website, where they provide you with a setup.

For macOS, use homebrew to install assimp, specifically brew install assimp.

After, try running eucalyptus again and see if it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment