derelict-physfs 1.0.0

A dynamic binding to the physfs 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:

DerelictPHYSFS

A dynamic binding to version 2.03 of the PhysicsFS library for the D Programming Language.

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

For information on how to load the PhysicsFS library via DerelictPHYSFS, see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.

import derelict.physfs.physfs;

void main() {
    // Load the PhysicsFS library.
    DerelictPHYSFS.load();
    
    // Now PhysicsFS functions can be called.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-util
Versions:
3.0.0-beta.2 2017-Sep-22
3.0.0-beta.1 2017-Jun-17
2.0.0 2016-Apr-22
1.0.1 2016-Apr-22
1.0.0 2014-Sep-29
Show all 9 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 720 downloads total

Score:
0.9
Short URL:
derelict-physfs.dub.pm