The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
 
 
 
 
 
 
Go to file
mosfet80 778ce90a04
Update hunter into CMakeLists.txt (#5505)
Update 'CURL' to v8.5.0 
Update 'xxHash' to v0.8.2 
Update 're2' to v2023.03.01 
docs: Add SHA1 calculation onliner and fix sums 
docs: fix URLs for FunctionalPlus and PocoCpp 
ceres-solver: update to 2.2.0-p2 with SuiteSparse v7.5.1-1 
SuiteSparse: update to v7.5.1-1

Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
2024-04-07 16:49:55 +02:00
.github Bump actions/cache from 3 to 4 (#5431) 2024-02-05 15:10:36 +01:00
cmake-modules Fix problems setting DirectX_LIBRARY 2022-08-11 22:10:16 +03:00
code Add macOS support to C4D importer (#5516) 2024-04-07 00:25:46 +02:00
contrib Eliminate non-ascii comments in clipper (#5480) 2024-03-04 09:18:08 +01:00
doc Fix 16 typos (#5518) 2024-04-06 21:26:32 +02:00
fuzz Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
include/assimp Fix 16 typos (#5518) 2024-04-06 21:26:32 +02:00
packaging/windows-innosetup Delete packaging/windows-mkzip directory (#5492) 2024-03-20 11:15:03 +01:00
port Add ISC LICENSE file (#5465) 2024-02-14 08:32:32 +01: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 Fix utDefaultIOStream test under MinGW (#5525) 2024-04-06 12:48:28 +02:00
tools Delete tools/make directory (#5491) 2024-03-18 23:24:51 +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 Update hunter into CMakeLists.txt (#5505) 2024-04-07 16:49:55 +02: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-08 10:18:16 +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: present the web links in a more uniform style 2024-01-12 10:59:34 +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

Read our latest documentation.

Pre-built binaries

Download binaries from our Itchi Projectspace.

Test data

Clone our model database.

Communities

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

Supported file formats

See the complete list of supported formats.

Building

Start by reading our build instructions. 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 ...