summaryrefslogtreecommitdiffstats
path: root/libs/assimp/DETAILS
blob: 544bb0b525b207425e26e789ad645ef985c29709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=assimp
         VERSION=5.1.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/assimp/assimp/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:b0445c048173720bccdfb64d5beb4637bd58021c29bdb5ccc2ca3e5b1189c0c46a03dd93da59e254e70b159e4918f4b7d2bd82f2390e9b45faf2361d450cad80
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://assimp.sourceforge.net/index.html"
      LICENSE[0]=BSD
         ENTERED=20150510
           SHORT="a portable Open Source library to import various well-known 3D model formats"
cat << EOF
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 a general-purpose 3D model converter.

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