derelict-physfs 3.0.0-beta.2

A dynamic binding to the PhysicsFS 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.1 of the PhysicsFS library for the D Programming Language.

Please see the pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictPHYSFS and load PhysicsFS at run time. 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:
none
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

  • 719 downloads total

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