summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/port/dAssimp/README
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-03-04 10:47:15 -0600
committersanine <sanine.not@pm.me>2022-03-04 10:47:15 -0600
commit058f98a63658dc1a2579826ba167fd61bed1e21f (patch)
treebcba07a1615a14d943f3af3f815a42f3be86b2f3 /src/mesh/assimp-master/port/dAssimp/README
parent2f8028ac9e0812cb6f3cbb08f0f419e4e717bd22 (diff)
add assimp submodule
Diffstat (limited to 'src/mesh/assimp-master/port/dAssimp/README')
-rw-r--r--src/mesh/assimp-master/port/dAssimp/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mesh/assimp-master/port/dAssimp/README b/src/mesh/assimp-master/port/dAssimp/README
new file mode 100644
index 0000000..af82cb1
--- /dev/null
+++ b/src/mesh/assimp-master/port/dAssimp/README
@@ -0,0 +1,13 @@
+D bindings for the Assimp library (http://assimp.sf.net).
+---
+
+These bindings provide access to Assimp's C API. They were directly created
+from the C header files.
+
+You should be able to create sufficient DDoc documentation for the bindings
+using your favourite build tool (such as Rebuild). Please refer to the main
+(Doxygen-generated) documentation for general topics.
+
+Please note that the bindings have only been tested on 32 bit systems, they have
+yet to be adapted for the different size of the integer types in 64 bit builds
+of Assimp.