Skip to content

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

Notifications You must be signed in to change notification settings

extrawurst/DerelictBgfx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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 Nov 6, 2014 commit titled "Added .editorconfig."

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 100.0%