All Projects → DerelictOrg → DerelictBgfx

DerelictOrg / DerelictBgfx

Licence: other
DerelictBgfx is a dynamic binding to the bgfx library, which abstracts the graphics API.

Programming Languages

d
599 projects

DerelictBgfx

A dynamic binding to bgfx for the D Programming Language.

Warning: these bindings do not come with bgfx binaries.

Note: this DerelictBgfx binding commit is in sync with bgfx Apr 10, 2016 commit titled "Cleanup."

More information on how to build bgfx is available here: https://github.com/bkaradzic/bgfx/

Please see the pages Building and Linking Derelict and Using Derelict, or information on how to build DerelictBgfx and load the bgfx library at run time. In the meantime, here's some sample code.

import derelict.bgfx.bgfx;

void main() {
    // Load the bgfx library.
    DerelictBgfx.load();

    // Now bgfx functions can be called.
    ...
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].