|
@@ -1,6 +1,15 @@
|
|
|
Open Asset Import Library (assimp)
|
|
|
==================================
|
|
|
|
|
|
+[](https://travis-ci.org/assimp/assimp)
|
|
|
+[](https://ci.appveyor.com/project/kimkulling/assimp)
|
|
|
+<a href="https://scan.coverity.com/projects/5607">
|
|
|
+ <img alt="Coverity Scan Build Status"
|
|
|
+ src="https://scan.coverity.com/projects/5607/badge.svg"/>
|
|
|
+</a>
|
|
|
+[](https://coveralls.io/github/assimp/assimp?branch=master)
|
|
|
+<br>
|
|
|
+
|
|
|
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.
|
|
@@ -8,15 +17,6 @@ Additionally, assimp features various __mesh post processing tools__: normals an
|
|
|
This is the development trunk containing the latest features and bugfixes. For productive use though, we recommend one of the stable releases available from [assimp.sf.net](http://assimp.sf.net) or from *nix package repositories.
|
|
|
The current build status is:
|
|
|
|
|
|
-Linux [](https://travis-ci.org/assimp/assimp)
|
|
|
-Windows [](https://ci.appveyor.com/project/kimkulling/assimp)
|
|
|
-Coverity<a href="https://scan.coverity.com/projects/5607">
|
|
|
- <img alt="Coverity Scan Build Status"
|
|
|
- src="https://scan.coverity.com/projects/5607/badge.svg"/>
|
|
|
-</a>
|
|
|
-<br>
|
|
|
-Code coverage:[](https://coveralls.io/github/assimp/assimp?branch=master)
|
|
|
-<br>
|
|
|
Gitter chat: [](https://gitter.im/assimp/assimp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)<br>
|
|
|
__[open3mod](https://github.com/acgessler/open3mod) is a powerful 3D model viewer based on Assimp's import and export abilities.__
|
|
|
|