Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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.
    ...
}

About

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

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages