glfw3d 2.0.2

GLFW3 wrapper for D programming language


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:

glfw3d Page on DUB Licence

glfw3d is medium-level GLFW wrapper for D programming language.

Why?

GLFW is very simple library. Just few calls to create OpenGL context and window.

This wrapper aimed to make it even more simplier.

  • Uses std.experimental.logger. You can easily turn logging of or log to file
  • OOP interfaice.

Why "medium-level"?

High-level wrapper brings new enums, structs. You cannot just move from low-level wrapper to high-level, you have to rewrite a lot of code. Medium-level wrapper uses both high and low-level features. You can use OOP interfaice, but you can also use low-level functions, if something went wrong.

Licence

This wrapper licenced under terms of MIT licence. GLFW licenced under terms of zlib/libpng licence.

Authors:
  • Azbuka
Dependencies:
none
Versions:
2.1.0 2016-Dec-03
2.0.2 2016-Nov-05
2.0.1 2016-Nov-01
2.0.0 2016-Nov-01
1.0.0 2016-Oct-16
Show all 8 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 108 downloads total

Score:
0.7
Short URL:
glfw3d.dub.pm