new stuff

This commit is contained in:
Tarion 2026-07-03 03:41:25 +02:00
parent 8998bc3936
commit 64c8492e5c
No known key found for this signature in database
6907 changed files with 3401899 additions and 0 deletions

13
vendor/assimp/port/dAssimp/README vendored Normal file
View file

@ -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.