You are here

Assimp - Open Asset Import Library

3 posts / 0 new
Last post
Metallicow
Metallicow's picture
Offline
Last seen: 10 years 4 weeks ago
Joined: 2010-12-22 12:48
Assimp - Open Asset Import Library

http://assimp.sourceforge.net/

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 general-purpose 3D model converter. See the feature list.

AssimpView is a Windows-based model viewer. It loads all file formats that Assimp supports and is perfectly suited to quickly inspect 3d assets.

Assimp aims at providing a full asset conversion pipeline for use in game engines / realtime rendering systems of any kind - but is not limited to this audience. In the past, it has been used in a wide and diverse range of applications.

Written in C++, it is available under a liberal BSD license. There is a C API as well as bindings to various other languages, including Python and D. Assimp loads models into a straightforward data structure for further processing. This feature set is augmented by various post processing steps - ranging from general optimization tools to stuff like computing normal or tangent vectors.

darksabre76
darksabre76's picture
Offline
Last seen: 1 week 5 days ago
Developer
Joined: 2011-04-19 23:28
Quick clarification and Update

I just want to clarify if you want the library or the viewer portablized. From what the site says, the library sits by itself to be used by other programs, while the viewer can view (but not edit?) the files.

Update: I got bored. Here's a portablized version of AssimpView: https://portableapps.com/node/35588

Metallicow
Metallicow's picture
Offline
Last seen: 10 years 4 weeks ago
Joined: 2010-12-22 12:48
Thanks!The viewer is fine. I

Thanks!
The viewer is fine. Library also would be nice. I just use it as a simple viewer/convertor/renderer for
simpler stuff that I don't want to set up in blender or nifskope.
Seems to work fine. Export and screenshot working correctly.

Also useful for converting models for quick 3d prints/etc

64GB USB Thumb Drive

Log in or register to post comments