Popularity
8.6
Stable
Activity
3.8
-
14
8
33

Code Quality Rank: L2
Monthly Downloads: 86
Programming language: C
License: BSD 2-clause "Simplified" License
Tags: Graphics     Bindings    
Latest version: v3.1.2.3

bindings-GLFW alternatives and similar packages

Based on the "bindings" category.
Alternatively, view bindings-GLFW alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of bindings-GLFW or a related project?

Add another 'bindings' Package

README

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.3.0 released 2019-04-15.

These bindings are a lot lower level than intended for normal use. For higher-level GLFW bindings, see GLFW-b.

Contributing

  1. To add a new feature or fix a bug, please start a new branch with a meaningful name (not "feature").
  2. "master" branch is reserved as the current up-to-date working tree.

Thank you, and happy coding.