]> git.jsancho.org Git - guile-assimp.git/blob - README
README file
[guile-assimp.git] / README
1 Guile-assimp
2 ============
3
4 Guile-assimp is a set of GNU Guile bindings to the Open Asset Import
5 Library (assimp). Guile-assimp works with GNU Guile 2.0.11 or later.
6 See [the Guile-assimp page](https://gitorious.org/guile-assimp) for more
7 details.
8
9 [Open Asset Import Library](https://github.com/assimp/assimp) is a Open
10 Source library designed to load various 3d file formats and convert them
11 into a shared, in-memory format. It supports more than 40 file formats for
12 import and a growing selection of file formats for export.
13
14 Installation
15 ------------
16
17 The following programs/libraries are required to accomplish the build process:
18
19 - make
20 - guile 2.0 (or later)
21 - assimp (with headers)
22
23 If those are provided, just type ./configure && make && make install.
24
25 In the "examples" directory you can find a sample program to test the library.
26 You will need [figl module](https://gitorious.org/guile-figl) installed to
27 run it.