DerelictGLFW3

所属分类:collect
开发工具:D
文件大小:0KB
下载次数:0
上传日期:2019-08-09 09:23:12
上 传 者sh-1993
说明:  D编程语言GLFW 3的动态和静态绑定。,
(Dynamic and static bindings to GLFW 3 for the D Programming Language.,)

文件列表:
dub.sdl (563, 2017-06-03)
source/ (0, 2017-06-03)
source/derelict/ (0, 2017-06-03)
source/derelict/glfw3/ (0, 2017-06-03)
source/derelict/glfw3/dynload.d (28615, 2017-06-03)
source/derelict/glfw3/glfw3.d (1575, 2017-06-03)
source/derelict/glfw3/package.d (61, 2017-06-03)
source/derelict/glfw3/statfun.d (9051, 2017-06-03)
source/derelict/glfw3/types.d (10880, 2017-06-03)

DerelictGLFW3 ============= A dynamic and static binding to version 3.2 of the [GLFW 3][1] library for the D Programming Language. The dynamic binding is the default configuration and allows you to load the GLFW3 shared library manually at runtime. Please see the [DerelictGLFW3 documentation][2] and the sections on [Compiling and Linking][3] and [The Derelict Loader][4], in the Derelict documentation, for information on how to build DerelictGLFW3 and load the GLFW3 library at run time. Here's some sample code. ```D import derelict.glfw3.glfw3; void main() { // Load the GLFW 3 library. DerelictGLFW3.load(); // Now GLFW 3 functions can be called. ... } ``` The static binding allows you to link with the GLFW3 library both dynamically and statically. To enable this configuration, you must specify it as a subConfiguration in your __dub.sdl__ file, or compile DerelictGLFW3 manually with __-version=DerelictGLFW3Static__. See the [DerelictGLFW3 documentation][5] for more information on this configuration. [1]: http://www.glfw.org/ [2]: https://derelictorg.github.io/packages/glfw3.html [3]: http://derelictorg.github.io/building/overview/ [4]: http://derelictorg.github.io/loading/loader/ [5]: https://derelictorg.github.io/packages/glfw3.html#statbind

近期下载者

相关文件


收藏者