assimp/port/dAssimp
Markus Prettner 7e053cc641
Fix names of enum values in docstring of aiProcess_FindDegenerates (#5640)
Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
2024-07-02 22:11:52 +02:00
..
assimp Fix names of enum values in docstring of aiProcess_FindDegenerates (#5640) 2024-07-02 22:11:52 +02:00
README [dAssimp] Added note that the D bindings have yet to be adapted for 64 bit builds of Assimp. 2010-04-16 21:15:51 +00:00

README

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.