glfw3 sourcecode and a static build target
npm install glfw3glfw3 sourcecode and a static build target
This module provides the source code for glfw3 and a gyp file that will build a static target
The idea here is that it is _way_ better to link statically than depend on a user having a
dependency satisfied on their system.
``npm install glfw3`
add this to your gyp file:
`javascript``
'bindings' : [
'node_modules/glfw3/binding.gyp:glfw3-static'
]