Skip to main content

Faster Python bindings for Assimp.

Project description

PyPI version Build Status Documentation Status

Faster (than PyAssimp) Python bindings for Assimp, Cython-based, BSD3 license.

It uses the same naming as the original library, so examples from the official docs can be used directly (minus C sintaxis).


Example usage:

from assimpcy import aiImportFile, aiPostProcessSteps as pp
flags = pp.aiProcess_JoinIdenticalVertices | pp.aiProcess_Triangulate
scene = aiImportFile('mymodel.3ds', flags)
print('Vertex {} = {}'.format(v, scene.mMeshes[0].mVertices[0]))

Matrices, quaternions and vectors are returned as Numpy arrays.

It has been tested with: * Python 2.7 * Python 3.4 +


Requirements:

  • Assimp >= 3.1.1

  • Numpy >= 1.9.2


Installation:

The easiest way is:

pip install assimpcy

If that does not work for you, please check Installation for instructions.

Missing:

  • Cameras

  • Lights

  • Export functionality

Those might be added in the future.

Documentation

Read The Docs


And what about the name? Well, cyassimp was already taken :smirk:.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AssimpCy-1.1.1.tar.gz (194.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page