Guide To Install assimp On Mac
Package Information:
Name: assimp
Use: Portable library for importing many well-known 3D model formats. 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. The most recent version also knows how to export 3d files and is therefore suitable as a general-purpose 3D model converter.
URL: http://www.assimp.org
Installation Steps:
- Open Terminal
- Now, run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install assimp using brew
brew install assimp
assimp is ready to use now!