Skip to content

azbukagh/glfw3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

medium-level GLFW wrapper for D programming language

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors