summaryrefslogtreecommitdiff
path: root/libs/assimp/port/dAssimp/README
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:09 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:09 -0500
commitdb81b925d776103326128bf629cbdda576a223e7 (patch)
tree58bea8155c686733310009f6bed7363f91fbeb9d /libs/assimp/port/dAssimp/README
parent55860037b14fb3893ba21cf2654c83d349cc1082 (diff)
move 3rd-party librarys into libs/ and add built-in honeysuckle
Diffstat (limited to 'libs/assimp/port/dAssimp/README')
-rw-r--r--libs/assimp/port/dAssimp/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/assimp/port/dAssimp/README b/libs/assimp/port/dAssimp/README
new file mode 100644
index 0000000..af82cb1
--- /dev/null
+++ b/libs/assimp/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.