Jump to content

Open Asset Import Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Heinzelmann90 (talk | contribs) at 16:09, 3 April 2011 (Start article. I based the structure on the Article for DevIL, since Assimp and DevIL bear many similarities.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:New unreviewed article

Open Asset Import Library
Developer(s)Alexander Gessler
Thomas Schulze
Kim Kulling et al.
Stable release
2.0 / 21 November 2010
Repository
Operating systemCross-platform
Type3D model import library
LicenseBSD
Websitehttp://assimp.sourceforge.net/

Open Asset Import Library (short name Assimp) is a cross-platform 3D model import library which aims to provide a common API for different 3D asset file formats. Written in C++, it offers interfaces for both C and C++. Bindings to other languages (i.e. Python, C#, Blitzmax) are developed as part of the project or are available elsewhere[1].

The imported data is provided in a straightforward, hierarchical data structure. Configurable post processing steps (i.e. normal & tangent generation, various optimizations) augment the feature set[2].

Assimp currently supports 34 different file formats for reading[3], including Collada (.dae), 3DS, DirectX X, Wavefront OBJ and Blender 3D (.blend).

See also

OpenCTM

References