summaryrefslogtreecommitdiffstats
path: root/libs/assimp/DETAILS
blob: fd818b5d42bc9d2ff775369f235e81856ea3a72b (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.2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/assimp/assimp/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:414c2c4581a9c4e09b7aefed377c49e62b11d2de7a7dc976245fb2fb91c81012a8611d16f6bebb8315215b4be42d2a3f8817ab6e369ddd505e0ebf2ba3cb3f10
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