kepler-glfw

1.0.4 • Public • Published

Kepler GLFW

NodeJS GLFW module

This module will provide the GLFW source code and headers to any node-gyp project

Prerequisites

Node.js, NPM, Python 2.7

Developing

Clone and build the module

git clone --recurse-submodules -j8 https://github.com/MagentexSoftware/kepler-glfw.git
cd kepler-glfw
npm i

Installing

npm i --save kepler-glfw

Usage

To use the package as a part of a native module, you'll need to include it in your binding.gyp file.

{
  'targets': [
    {
      ...
      'include_dirs': [
        "node_modules/kepler-glfw/glfw/include",
      ],
      ...
      'dependencies': [
        "node_modules/kepler-glfw/binding.gyp:kepler-glfw-native",
      ],
      ...
    }
  ]
}

License

This project is licensed under the ZLib License - see the LICENSE.md file for details

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i kepler-glfw

Weekly Downloads

1

Version

1.0.4

License

Zlib

Unpacked Size

3.97 MB

Total Files

159

Last publish

Collaborators

  • brandondyer64