dgl

dgl is a personal and minimal D OpenGL wrapper library.


Keywords
library.graphics
License
BSL-1.0
Install
dub fetch dgl --version 0.0.5

Documentation

dgl

This is a personal and minimal D OpenGL wrapper library. It uses glad to load the OpenGL function pointers.

Only tested on Windows 7.

Adding dgl as a dependency

Use dub to add dgl as a dependency to your projects.

"dependencies": {
    "dgl": ">=0.0.5",
},

Building the dgl static library

Simply run dub.

dub

License

Distributed under the Boost Software License, Version 1.0.

See the accompanying file license.txt or an online copy here.