Skip to content

Commit

Permalink
DOC: add link to ports in global readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Feb 2, 2016
1 parent 72d720e commit 7233aed
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
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.

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.
Expand Down Expand Up @@ -80,14 +79,12 @@ __Exporters__:
- glTF

### Building ###


Take a look into the `INSTALL` file. Our build system is CMake, if you used CMake before there is a good chance you know what to do.

### Ports ###
* [Android](port/AndroidJNI/README.md)

#### Repository structure ####


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

/code Source code
Expand All @@ -105,8 +102,6 @@ Open Asset Import Library is implemented in C++. The directory structure is:


### Where to get help ###


For more information, visit [our website](http://assimp.sourceforge.net/). Or check out the `./doc`- folder, which contains the official documentation in HTML format.
(CHMs for Windows are included in some release packages and should be located right here in the root folder).

Expand All @@ -119,18 +114,15 @@ And we also have an IRC-channel at freenode: #assetimporterlib . You can easily
> /join #assetimporterlib
### 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.

### 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 ...

0 comments on commit 7233aed

Please sign in to comment.