derelict-assimp3 1.1.0

A dynamic binding to version 3 of the Assimp library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictASSIMP3

A dynamic binding to Assimp3 version 3.1 for the D Programming Language.

Please see the Derelict documentation, for information on how to build DerelictASSIMP3 and load ASSIMP at run time. In the meantime, here's some sample code.

import derelict.assimp3.assimp;

void main() {
    // Load the Assimp3 library.
    DerelictASSIMP3.load();

    // Now Assimp3 functions can be called.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-util
Versions:
2.0.0-beta.1 2017-Jun-04
2.0.0-alpha.1 2017-Mar-16
1.3.0 2016-Oct-21
1.2.0 2016-Oct-19
1.1.1 2016-Oct-19
Show all 18 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 6 downloads this month

  • 38780 downloads total

Score:
1.6
Short URL:
derelict-assimp3.dub.pm