derelict-bgfx 6.0.0
A dynamic binding to the bgfx 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:
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 Mar 11, 2016 commit titled ["Cleanup."](https://github.com/bkaradzic/bgfx/commit/5184c6bfa29629217cbc3417357cca861f31ede8)
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.
...
}
- Registered by ponce
- 6.0.0 released 7 years ago
- DerelictOrg/DerelictBgfx
- github.com/DerelictOrg/DerelictBgfx
- Boost
- Authors:
- Dependencies:
- derelict-util
- Versions:
-
8.1.0 2017-Jun-08 8.0.0 2016-Apr-10 7.0.0 2016-Mar-20 6.0.0 2016-Mar-11 5.0.0 2015-Aug-31 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
1 downloads this month
-
420 downloads total
-
- Score:
- 1.5
- Short URL:
- derelict-bgfx.dub.pm