glfw3d 2.1.0
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
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.
- Registered by Azbuka
- 2.1.0 released 8 years ago
- Azbukagh/glfw3d
- MIT
- Copyright © 2016 Azbuka
- Authors:
- Dependencies:
- derelict-glfw3
- 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 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
110 downloads total
-
- Score:
- 0.7
- Short URL:
- glfw3d.dub.pm