The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
 
 
 
 
 
 
Go to file
Kim Kulling 5859967ff9
Merge branch 'master' into kimkulling/add_zlib_to_dockerfile_issue-5403
2024-01-08 09:37:17 +01:00
.github Bump actions/upload-artifact from 3 to 4 2023-12-31 12:00:16 +01:00
cmake-modules Fix problems setting DirectX_LIBRARY 2022-08-11 22:10:16 +03:00
code @ error 2024-01-06 20:57:41 +01:00
contrib Triangle value is null-error, I don't know why it happened. 2023-12-31 10:31:44 +01:00
doc Fix: Fix typo in doc 2023-02-21 21:34:49 +01:00
fuzz Update: Enable export for fuzzer tests 2023-05-15 09:18:30 +02:00
include/assimp Refactorings: come code cleanups 2023-12-29 16:55:37 +01:00
packaging Update script_x86.iss 2023-09-23 18:35:48 +02:00
port Fix: Remove useless parameter to specify c++ lib (#5225) 2023-09-11 14:41:22 +02:00
samples utf8 header not found 2023-11-06 16:09:53 +01:00
scripts fix scan_printf script error code handling 2023-03-04 15:00:43 +01:00
test Increase texture variety 2024-01-07 20:16:19 +01:00
tools correct grammar/typographic errors in comments (8 files) 2023-12-04 23:58:54 +01:00
.clang-format ry to fix 2013-specific warnings in mesh.h 2020-03-19 15:10:46 +01:00
.editorconfig Implemented: Add editor config rules for *.txt files 2015-06-30 19:59:55 -06:00
.gitattributes exclude repository-settings from source-package generated via 'git archive' 2017-09-03 23:03:48 +02:00
.gitignore Update .gitignore 2021-07-29 21:38:23 +05:30
BUILDBINARIES_EXAMPLE.bat udpate build script to fit "Visual Studio 16 2019" Generator 2022-02-18 19:01:47 +08:00
Build.md Update Build.md 2023-11-29 10:55:08 +01:00
CHANGES Update CHANGES 2018-05-16 21:19:30 +02:00
CMakeLists.txt fix building errors for MinGW 2024-01-05 22:01:58 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-03-22 20:00:09 +01:00
CONTRIBUTING.md Improve the contribution guide 2018-06-10 19:10:38 +02:00
CREDITS Initial FBX Export Support, sponsored by MyDidimo (mydidimo.com). 2018-02-19 13:53:55 +01:00
CodeConventions.md Change to what seems to be agreed upon (in line with PR #566) 2015-05-21 09:00:34 -04:00
Dockerfile Update Dockerfile 2024-01-05 21:59:52 +01:00
INSTALL Fixed typo 2022-07-31 22:08:27 +02:00
LICENSE Update license 2021-04-03 12:09:23 +02:00
Readme.md Readme.md: correct 2 errors in section headers 2023-11-30 16:06:57 +01:00
SECURITY.md Create SECURITY.md 2022-06-07 20:58:45 +02:00
assimp.pc.in use GNUInstallDirs where possible 2020-04-03 00:44:44 +02:00
revision.h.in Fix: Fix versions 2023-09-23 18:35:48 +02:00

Readme.md

Open Asset Import Library (assimp)

Open Asset Import Library is a library to load various 3d file formats into a shared, in-memory format. It supports more than 40 file formats for import and a growing selection of file formats for export.

Current project status

Financial Contributors on Open Collective C/C++ CI Codacy Badge Join the chat at https://gitter.im/assimp/assimp Average time to resolve an issue Percentage of issues still open

APIs are provided for C and C++. There are various bindings to other languages (C#, Java, Python, Delphi, D). Assimp also runs on Android and iOS. Additionally, assimp features various mesh post-processing tools: normals and tangent space generation, triangulation, vertex cache locality optimization, removal of degenerate primitives and duplicate vertices, sorting by primitive type, merging of redundant materials and many more.

Documentation

Please check the latest documents at Asset-Importer-Lib-Doc.

Pre-built binaries

Please check our Itchi Projectspace

If you want to check our Model-Database, use the following repo: https://github.com/assimp/assimp-mdb

Communities

And we also have a Gitter-channel:Gitter Join the chat at https://gitter.im/assimp/assimp

Supported file formats

You can find the complete list of supported file-formats here

Building

Take a look here to get started. We are available in vcpkg, and our build system is CMake; if you used CMake before there is a good chance you know what to do.

Ports

Other tools

open3mod is a powerful 3D model viewer based on Assimp's import and export abilities. Assimp-Viewer is an experimental implementation for an Asset-Viewer based on ImGUI and Assimp (experimental).

Repository structure

Open Asset Import Library is implemented in C++. The directory structure looks like this:

/code		Source code
/contrib	Third-party libraries
/doc		Documentation (doxysource and pre-compiled docs)
/fuzz           Contains the test code for the Google Fuzzer project
/include	Public header C and C++ header files
/scripts 	Scripts are used to generate the loading code for some formats
/port		Ports to other languages and scripts to maintain those.
/test		Unit- and regression tests, test suite of models
/tools		Tools (old assimp viewer, command line `assimp`)
/samples	A small number of samples to illustrate possible use cases for Assimp

The source code is organized in the following way:

code/Common			The base implementation for importers and the infrastructure
code/CApi                       Special implementations which are only used for the C-API
code/Geometry                   A collection of geometry tools
code/Material                   The material system
code/PBR                        An exporter for physical-based models
code/PostProcessing		The post-processing steps
code/AssetLib/<FormatName>	Implementation for import and export of the format

Contributing

Contributions to assimp are highly appreciated. The easiest way to get involved is to submit a pull request with your changes against the main repository's master branch.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

Our license is based on the modified, 3-clause BSD-License.

An informal summary is: do whatever you want, but include Assimp's license text with your product - and don't sue us if our code doesn't work. Note that, unlike LGPLed code, you may link statically to Assimp. For the legal details, see the LICENSE file.

Why this name

Sorry, we're germans :-), no English native speakers ...