derelict-assimp3 1.0.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 for the D Programming Language.

For information on how to build DerelictASSIMP3 and link it with your programs, please see the post Using Derelict at The One With D.

For information on how to load the Assimp3 library via DerelictASSIMP3, see the page DerelictUtil for Users at the DerelictUtil Wiki. 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

  • 3 downloads this week

  • 7 downloads this month

  • 38786 downloads total

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