Skip to content

A dynamic binding to FreeImage for the D Programming Language.

Notifications You must be signed in to change notification settings

extrawurst/DerelictFI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DerelictFI

A dynamic binding to the FreeImage library, version 3.15, 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 DerelictFI and load the FI libraries at run time. In the meantime, here's some sample code.

import derelict.freeimage.freeimage;

void main() {
    // Load the FreeImagee library.
    DerelictFI.load();

    // Now FreeImage functions can be called.
    ...
}

About

A dynamic binding to FreeImage for the D Programming Language.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 100.0%