glfwJS icon indicating copy to clipboard operation
glfwJS copied to clipboard

The N-API bindings for GLFW

Results 4 glfwJS issues
Sort by recently updated
recently updated
newest added

On Linux, the npm package contains a Linux build in... ``` build/linux/Release/glfwJS.node ``` ... however, when building the package locally on post-install, the build ends up in... ``` build/Release/glfwJS.node ```...

Minor issue, but since the library is hardcoded to use the prebuilt libraries, I feel that I should raise this issue. If a user on an M1 Mac downloads this...

~~I'm not familiar with gyp, but it turns out it misses the include path in windows.~~ ~~It will says~~ ```bash C:\Users\\Workspace\\node_modules\glfw-n-api\generated\calls.c(1,10): fatal error C1083: Cannot open include file: “include/c/glfw3.h”: No...

Generate JS tests by C interface.