Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3D model formats in a uniform manner. This is the legacy 2.0 version.
Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3D model formats in a uniform manner. This is the legacy 2.0 version.
To install assimp2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install assimp2
To see what files were installed by assimp2, run:
port contents assimp2
To later upgrade assimp2, run:
sudo port selfupdate && sudo port upgrade assimp2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.