Sign inSign up

dylankenneally/assimp

By dylankenneally

Updated almost 7 years ago

AssImp (Asset Importer) container, based on http://www.assimp.org / https://github.com/assimp/assimp

Image
0

883

dylankenneally/assimp repository overview

AssImp Docker Container

How to get this Docker image

  • Ensure you have Docker installed and running
# make sure you're logged in to the public Docker remote
docker login docker.io
# pull the image
docker pull dylankenneally/assimp:latest

To use the Docker container

docker run --rm -v "$PWD":/usr/assets -w /usr/assets dylankenneally/assimp:latest assimp <comand>

To build the image yourself

  • To build the image yourself
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

Tag summary

Content type

Image

Digest

Size

226.7 MB

Last updated

almost 7 years ago

docker pull dylankenneally/assimp