Skip to content

hugow/bindings-GLFW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bindings-GLFW

Description

Hackage

Low-level Haskell bindings to GLFW, an open source, multi-platform library for creating windows with OpenGL contexts and managing input and events.

The binding is to GLFW 3.1 released 2015-01-18.

These bindings are too low-level for normal use. For higher-level GLFW bindings, see GLFW-b.

Contributing

This package uses git-flow as development model, in short that means that:

  1. New features should be added to "develop" branch.
  2. "master" branch is reserved for stable releases.
  3. Patches for bugs related with previous releases should always be done in "hotfixes" branch.
  4. All merge commits to master from "hotfixes" should be done using the "--no-ff" flag and from "develop" should avoid merging commits.

Until we have a defined road-map we are going to leave out "release "branches" and "feature branches". For more information about this development model please refer to this site.

Thanks you, and happy coding.

About

Low-level Haskell bindings to GLFW

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.5%
  • Objective-C 4.9%
  • Haskell 1.9%
  • Other 0.7%