Moggle

Moggle is a library that makes it very easy to use OpenGL in D.

The source code is hosted on Github: https://github.com/m-ou-se/moggled
Please report any bugs or other issues on Github.

There is also a C++ version of Moggle: https://github.com/m-ou-se/moggle

Note that even though Moggle is already quite usable, it is nowhere near finished.
If you have any suggestions for additions or changes, mail me or post an issue on Github.

Moggle is currently split up in three parts:

math
Math related things. Not dependent on OpenGL or any other part of Moggle, so can be used separately.
core
A very thin wrapper around OpenGL.
xxx
A very sexy and easy way to use OpenGL.