AssImp (Asset Importer) container, based on http://www.assimp.org / https://github.com/assimp/assimp
883
# make sure you're logged in to the public Docker remote
docker login docker.io
# pull the image
docker pull dylankenneally/assimp:latest
docker run --rm -v "$PWD":/usr/assets -w /usr/assets dylankenneally/assimp:latest assimp <comand>
git clone --recursive https://github.com/dylankenneally/assimp-docker.git
cd assimp-docker
source ./build.sh
# to push the image
# docker push dylankenneally/assimp:latest
Content type
Image
Digest
Size
226.7 MB
Last updated
almost 7 years ago
docker pull dylankenneally/assimp