https://github.com/minecraftts/glfw
https://github.com/minecraftts/glfw
bindings glfw glfw3 javascript nodejs typescript
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minecraftts/glfw
- Owner: minecraftts
- License: mit
- Created: 2022-07-21T03:54:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T02:08:28.000Z (over 3 years ago)
- Last Synced: 2025-06-11T06:06:39.357Z (about 1 year ago)
- Topics: bindings, glfw, glfw3, javascript, nodejs, typescript
- Language: C++
- Size: 457 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-glfw
Node.js bindings to GLFW3
### Installation
Please ensure you have CMake as well as a full C++ toolchain for your OS then you can install with
```
npm install @minecraftts/glfw
```
### Building
Building is extremely simple, make sure you have all required build tools then run
```
npm run build
```
### Testing
We have no unit tests currently, PRs are gladly accepted.
### License
This package is licensed under the MIT license